1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

; * lisp/net/browse-url.el (browse-url-with-browser-kind): Fix call.

This commit is contained in:
Daniel Mendler 2026-01-20 14:44:49 +00:00 committed by Sean Whitton
parent a32ee5026b
commit 2fc549f3b4

View file

@ -1003,7 +1003,7 @@ opposite of the browser kind of `browse-url-browser-function'."
(let ((browse-url-browser-function function)
(browse-url-handlers nil)
(browse-url-default-handlers nil))
(browse-url url))))
(browse-url url arg))))
;;;###autoload
(defun browse-url-at-mouse (event)