* lisp/net/eww.el (eww-browse-url): Add 'browser-kind' property.

This commit is contained in:
Stefan Kangas 2022-07-07 14:43:46 +02:00
parent 49b10a95c3
commit 0aa0dac799

View file

@ -1207,6 +1207,8 @@ instead of `browse-url-new-window-flag'."
(let ((url-allow-non-local-files t))
(eww url)))
(function-put 'eww-browse-url 'browse-url-browser-kind 'internal)
(defun eww-back-url ()
"Go to the previously displayed page."
(interactive nil eww-mode)