Mercurial > emacs
changeset 76121:c248fb92df9b
(rmail-message-filter): Fix custom type.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 24 Feb 2007 17:12:34 +0000 |
parents | d47e40b30370 |
children | cbe7bf542ded |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Sat Feb 24 13:58:35 2007 +0000 +++ b/lisp/mail/rmail.el Sat Feb 24 17:12:34 2007 +0000 @@ -422,7 +422,7 @@ 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.