diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 008979f0477..e1ee3820644 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-02-24 John Paul Wallington <jpw@pobox.com> | ||
| 2 | |||
| 3 | * mail/rmail.el (rmail-message-filter): Fix custom type. | ||
| 4 | |||
| 1 | 2007-02-24 Eli Zaretskii <eliz@gnu.org> | 5 | 2007-02-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * startup.el (command-line): If simple.el cannot be found, proceed | 7 | * 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.") | |||
| 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. |