diff lisp/mail/rmail.el @ 45360:68f66e6dd200

(rmail-show-message-hook): Offer `goto-address' as an option.
author Richard M. Stallman <rms@gnu.org>
date Sun, 19 May 2002 15:36:55 +0000
parents 4c51a687cf5c
children 991d43f3c8a8
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sun May 19 02:11:24 2002 +0000
+++ b/lisp/mail/rmail.el	Sun May 19 15:36:55 2002 +0000
@@ -261,7 +261,7 @@
 (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