diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-05-19 15:36:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-05-19 15:36:55 +0000 |
commit | 4e391653c0184800015f33cda477dc6156c89126 (patch) | |
tree | f536285bc2a1507250f4218352b98f87cb0ed973 /lisp/mail/rmail.el | |
parent | de856d998f97607dae0127d0b455fc2b0b08e007 (diff) | |
download | emacs-4e391653c0184800015f33cda477dc6156c89126.tar.gz |
(rmail-show-message-hook): Offer `goto-address' as an option.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |