From 4e391653c0184800015f33cda477dc6156c89126 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 19 May 2002 15:36:55 +0000 Subject: [PATCH] (rmail-show-message-hook): Offer `goto-address' as an option. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5