1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(rmail-message-filter): Fix custom type.

This commit is contained in:
John Paul Wallington 2007-02-24 17:13:33 +00:00
parent 735895f1fa
commit 8ae63446ef
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-02-24 John Paul Wallington <jpw@pobox.com>
* mail/rmail.el (rmail-message-filter): Fix custom type.
2007-02-24 Eli Zaretskii <eliz@gnu.org>
* startup.el (command-line): If simple.el cannot be found, proceed

View file

@ -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.