changeset 76123:49ec84aacf0b

(feedmail-message-id-generator, feedmail-date-generator): Fix custom types.
author John Paul Wallington <jpw@pobox.com>
date Sat, 24 Feb 2007 17:23:27 +0000
parents cbe7bf542ded
children abc2a68a039d
files lisp/mail/feedmail.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/feedmail.el	Sat Feb 24 17:13:33 2007 +0000
+++ b/lisp/mail/feedmail.el	Sat Feb 24 17:23:27 2007 +0000
@@ -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)
   )