]> git.eshelyaron.com Git - emacs.git/commitdiff
(feedmail-message-id-generator, feedmail-date-generator): Fix custom types.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 24 Feb 2007 17:24:29 +0000 (17:24 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 24 Feb 2007 17:24:29 +0000 (17:24 +0000)
lisp/ChangeLog
lisp/mail/feedmail.el

index e1ee3820644c1f47dcf9e26aaadbc09a8994e107..eb1641a7742b6ca761118e3e4ed2e9291796810e 100644 (file)
@@ -1,5 +1,8 @@
 2007-02-24  John Paul Wallington  <jpw@pobox.com>
 
+       * mail/feedmail.el (feedmail-message-id-generator)
+       (feedmail-date-generator): Fix custom types.
+
        * mail/rmail.el (rmail-message-filter): Fix custom type.
 
 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
index 3180b05c818bae5fba02e53f4c5e60dcd06613eb..b8d42debe6f12a19811ed5d910bacc35be8cd4bd 100644 (file)
@@ -629,7 +629,7 @@ configurations of sendmail).  Even if the latter case is true, it
 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 @@ configurations of sendmail).  Even if the latter case is true, it
 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)
   )