emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el,v


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el,v
Date: Sat, 24 Feb 2007 17:12:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     John Paul Wallington <jpw>      07/02/24 17:12:34

Index: rmail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmail.el,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -b -r1.431 -r1.432
--- rmail.el    21 Jan 2007 02:59:07 -0000      1.431
+++ rmail.el    24 Feb 2007 17:12:34 -0000      1.432
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]