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:
parent
a32ee5026b
commit
2fc549f3b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue