From: John Paul Wallington Date: Sat, 24 Feb 2007 17:13:33 +0000 (+0000) Subject: (rmail-message-filter): Fix custom type. X-Git-Tag: emacs-pretest-22.0.95~134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ae63446efeaa27dac16238ae3e2b8ffdd391fe8;p=emacs.git (rmail-message-filter): Fix custom type. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 008979f0477..e1ee3820644 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 5c0412fa2be..5e534b2d47d 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.