(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.

This commit is contained in:
Richard M. Stallman 2002-06-21 09:58:32 +00:00
parent 0c7f990203
commit 857356cb69

View file

@ -703,7 +703,9 @@ to use."
(interactive "e")
(save-excursion
(mouse-set-point event)
(browse-url-at-point browse-url-new-window-flag)))
;; This handles browse-url-new-window-flag properly
;; when it gets no arg.
(browse-url-at-point)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Browser-specific commands