diff options
author | Miles Bader <miles@gnu.org> | 2007-02-26 23:03:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-02-26 23:03:45 +0000 |
commit | a73d7753f965734247be482efa125da5235996da (patch) | |
tree | 56af26fb1a12a2c93c146aac923947968c4c9d76 /lisp/mail/rmail.el | |
parent | 55a5664de23c07003d4d2584fc065619609500b6 (diff) | |
parent | f6f3d0b9133d06b29523c7bc744130cddc5c8d6b (diff) | |
download | emacs-a73d7753f965734247be482efa125da5235996da.tar.gz emacs-a73d7753f965734247be482efa125da5235996da.tar.bz2 emacs-a73d7753f965734247be482efa125da5235996da.zip |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 638-652)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 202)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
Diffstat (limited to 'lisp/mail/rmail.el')
-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 1bc787946a8..08c228b2511 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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. |