# HG changeset patch # User Richard M. Stallman # Date 821917478 0 # Node ID 1f2f55478197dfbd75cb215e6131932df80529a5 # Parent a91493288096288101c19aa2a59b3b873253a65e (goto-address-at-point, goto-address-at-mouse): Add autoload cookies. diff -r a91493288096 -r 1f2f55478197 lisp/goto-addr.el --- 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