]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-show-message-hook): Offer `goto-address' as an option.
authorRichard M. Stallman <rms@gnu.org>
Sun, 19 May 2002 15:36:55 +0000 (15:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 19 May 2002 15:36:55 +0000 (15:36 +0000)
lisp/mail/rmail.el

index e6dd92671e170ff993370f9823d90dafec629eac..2ed85dc3e9f55adab852e9e002607def8baa17e7 100644 (file)
@@ -261,7 +261,7 @@ and the value of the environment variable MAIL overrides it)."
 (defcustom rmail-show-message-hook nil
   "List of functions to call when Rmail displays a message."
   :type 'hook
-  :options '(goto-addr)
+  :options '(goto-address)
   :group 'rmail)
 
 ;;;###autoload