From: Richard M. Stallman Date: Sun, 19 May 2002 15:36:55 +0000 (+0000) Subject: (rmail-show-message-hook): Offer `goto-address' as an option. X-Git-Tag: ttn-vms-21-2-B4~15003 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e391653c0184800015f33cda477dc6156c89126;p=emacs.git (rmail-show-message-hook): Offer `goto-address' as an option. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index e6dd92671e1..2ed85dc3e9f 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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