(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.
This commit is contained in:
parent
0c7f990203
commit
857356cb69
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue