From 8ae63446efeaa27dac16238ae3e2b8ffdd391fe8 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 24 Feb 2007 17:13:33 +0000 Subject: [PATCH] (rmail-message-filter): Fix custom type. --- lisp/ChangeLog | 4 ++++ lisp/mail/rmail.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 008979f047..e1ee382064 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-02-24 John Paul Wallington + + * mail/rmail.el (rmail-message-filter): Fix custom type. + 2007-02-24 Eli Zaretskii * startup.el (command-line): If simple.el cannot be found, proceed diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 5c0412fa2b..5e534b2d47 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -422,7 +422,7 @@ still the current message in the Rmail buffer.") Called with region narrowed to the message, including headers, before obeying `rmail-ignored-headers'." :group 'rmail-headers - :type 'function) + :type '(choice (const nil) function)) (defcustom rmail-automatic-folder-directives nil "List of directives specifying where to put a message. -- 2.20.1