changeset 14208:1f2f55478197

(goto-address-at-point, goto-address-at-mouse): Add autoload cookies.
author Richard M. Stallman <rms@gnu.org>
date Wed, 17 Jan 1996 22:24:38 +0000
parents a91493288096
children 64e4cd5afcd8
files lisp/goto-addr.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/goto-addr.el	Wed Jan 17 22:03:09 1996 +0000
+++ b/lisp/goto-addr.el	Wed Jan 17 22:24:38 1996 +0000
@@ -145,6 +145,7 @@
 ;;; 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 @@
 		(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