aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-01-17 22:24:38 +0000
committerRichard M. Stallman <[email protected]>1996-01-17 22:24:38 +0000
commite384ec6ed5596fefecb04e911152c8ab2f733bfd (patch)
treed99e755e543e0781a8054b80ad3de73670af3d6d
parent96c203580256e7002ba13b2167097d1b4ea25585 (diff)
(goto-address-at-point, goto-address-at-mouse): Add autoload cookies.
-rw-r--r--lisp/goto-addr.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/goto-addr.el b/lisp/goto-addr.el
index c6e81e9b05..89645ec08e 100644
--- a/lisp/goto-addr.el
+++ b/lisp/goto-addr.el
@@ -145,6 +145,7 @@ and `goto-address-fontify-p'."
;;; code to find and goto addresses; much of this has been blatantly
;;; snarfed from browse-url.el
+;;;###autoload
(defun goto-address-at-mouse (event)
"Send to the e-mail address or load the URL clicked with the mouse.
Send mail to address at position of mouse click. See documentation for
@@ -164,6 +165,7 @@ there, then load the URL at or before the position of the mouse click."
(funcall browse-url-browser-function url)))
(funcall goto-address-mail-method address))))))
+;;;###autoload
(defun goto-address-at-point ()
"Send to the e-mail address or load the URL at point.
Send mail to address at point. See documentation for