From 0aa0dac799d692bac36a379c40bd178cff6cb80b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 7 Jul 2022 14:43:46 +0200 Subject: [PATCH] * lisp/net/eww.el (eww-browse-url): Add 'browser-kind' property. --- lisp/net/eww.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.5