Function: goto-address-at-mouse
goto-address-at-mouse is an interactive and byte-compiled function
defined in goto-addr.el.gz.
Signature
(goto-address-at-mouse CLICK)
Documentation
Send to the e-mail address or load the URL at mouse click.
Probably introduced at or before Emacs version 27.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/goto-addr.el.gz
(defun goto-address-at-mouse (click)
"Send to the e-mail address or load the URL at mouse click."
(interactive "e")
(goto-address-at-point click))