From: Stefan Kangas Date: Thu, 7 Jul 2022 12:43:46 +0000 (+0200) Subject: * lisp/net/eww.el (eww-browse-url): Add 'browser-kind' property. X-Git-Tag: emacs-29.0.90~1447^2~1116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0aa0dac799d692bac36a379c40bd178cff6cb80b;p=emacs.git * lisp/net/eww.el (eww-browse-url): Add 'browser-kind' property. --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 1671e062b25..995a7551350 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -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)