aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-01-17 22:24:38 +0000
committerRichard M. Stallman1996-01-17 22:24:38 +0000
commite384ec6ed5596fefecb04e911152c8ab2f733bfd (patch)
treed99e755e543e0781a8054b80ad3de73670af3d6d
parent96c203580256e7002ba13b2167097d1b4ea25585 (diff)
downloademacs-e384ec6ed5596fefecb04e911152c8ab2f733bfd.tar.gz
emacs-e384ec6ed5596fefecb04e911152c8ab2f733bfd.zip
(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 c6e81e9b05b..89645ec08e9 100644
--- a/lisp/goto-addr.el
+++ b/lisp/goto-addr.el
@@ -145,6 +145,7 @@ and `goto-address-fontify-p'."
145;;; code to find and goto addresses; much of this has been blatantly 145;;; code to find and goto addresses; much of this has been blatantly
146;;; snarfed from browse-url.el 146;;; snarfed from browse-url.el
147 147
148;;;###autoload
148(defun goto-address-at-mouse (event) 149(defun goto-address-at-mouse (event)
149 "Send to the e-mail address or load the URL clicked with the mouse. 150 "Send to the e-mail address or load the URL clicked with the mouse.
150Send mail to address at position of mouse click. See documentation for 151Send 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."
164 (funcall browse-url-browser-function url))) 165 (funcall browse-url-browser-function url)))
165 (funcall goto-address-mail-method address)))))) 166 (funcall goto-address-mail-method address))))))
166 167
168;;;###autoload
167(defun goto-address-at-point () 169(defun goto-address-at-point ()
168 "Send to the e-mail address or load the URL at point. 170 "Send to the e-mail address or load the URL at point.
169Send mail to address at point. See documentation for 171Send mail to address at point. See documentation for