diff options
| author | John Paul Wallington | 2007-02-24 17:13:33 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2007-02-24 17:13:33 +0000 |
| commit | 8ae63446efeaa27dac16238ae3e2b8ffdd391fe8 (patch) | |
| tree | 4bfa26205e9d1839313cde61ae0dabb3ee895fd3 /lisp/mail | |
| parent | 735895f1fa28f88c559e73910ea0ff0bda0f228c (diff) | |
| download | emacs-8ae63446efeaa27dac16238ae3e2b8ffdd391fe8.tar.gz emacs-8ae63446efeaa27dac16238ae3e2b8ffdd391fe8.zip | |
(rmail-message-filter): Fix custom type.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 422 | Called with region narrowed to the message, including headers, | 422 | Called with region narrowed to the message, including headers, |
| 423 | before obeying `rmail-ignored-headers'." | 423 | before obeying `rmail-ignored-headers'." |
| 424 | :group 'rmail-headers | 424 | :group 'rmail-headers |
| 425 | :type 'function) | 425 | :type '(choice (const nil) function)) |
| 426 | 426 | ||
| 427 | (defcustom rmail-automatic-folder-directives nil | 427 | (defcustom rmail-automatic-folder-directives nil |
| 428 | "List of directives specifying where to put a message. | 428 | "List of directives specifying where to put a message. |