diff lisp/mail/rmail.el @ 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 e3694f1cb928
children 31c4e5bc7e74 dd7c098af727
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.