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

This commit is contained in:
Eli Zaretskii 2002-07-06 13:33:56 +00:00
parent 092af46eea
commit 7adf9bbfe4
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2002-07-06 Richard M. Stallman <rms@gnu.org>
* net/browse-url.el (browse-url-at-mouse): Don't pass an arg
to browse-url-at-point.
* simple.el (shell-command): Match & only at end of whole command.
2002-07-03 Dave Love <fx@gnu.org>

View file

@ -661,7 +661,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