changeset 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 6dbb4ce89a70
children 031bafbd4f7a
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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