diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-17 22:24:38 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-17 22:24:38 +0000 |
commit | cc57893566dbe18a74dbfc6a5080ef288f0d4972 (patch) | |
tree | cd083c69b0bc6448ba2f07906ce942f148b490f8 /lisp/goto-addr.el | |
parent | 045f338fd8dd26285199495728f94587ffcfb98d (diff) | |
download | emacs-cc57893566dbe18a74dbfc6a5080ef288f0d4972.tar.gz |
(goto-address-at-point, goto-address-at-mouse): Add autoload cookies.
Diffstat (limited to 'lisp/goto-addr.el')
-rw-r--r-- | lisp/goto-addr.el | 2 |
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'." ;;; 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 |