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/feedmail.el,v


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

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

Index: feedmail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/feedmail.el,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- feedmail.el 6 Nov 2006 02:17:08 -0000       1.28
+++ feedmail.el 24 Feb 2007 17:23:27 -0000      1.29
@@ -629,7 +629,7 @@
 probably won't hurt you to generate your own, and it will then show up
 in the saved message if you use Fcc:."
   :group 'feedmail-headers
-  :type '(choice (const nil) function)
+  :type '(choice (const t) (const nil) function)
   )
 
 
@@ -678,7 +678,7 @@
 probably won't hurt you to generate your own, and it will then show up
 in the saved message if you use Fcc:."
   :group 'feedmail-headers
-  :type '(choice (const nil) function)
+  :type '(choice (const t) (const nil) function)
   )
 
 




reply via email to

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