Function: shr-mouse-browse-url

shr-mouse-browse-url is an interactive and byte-compiled function defined in shr.el.gz.

Signature

(shr-mouse-browse-url EV)

Documentation

Browse the URL under the mouse cursor.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defun shr-mouse-browse-url (ev)
  "Browse the URL under the mouse cursor."
  (interactive "e")
  (mouse-set-point ev)
  (shr-browse-url))