diff options
author | John Paul Wallington <jpw@pobox.com> | 2007-02-24 17:24:29 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2007-02-24 17:24:29 +0000 |
commit | 7c2288eaa217c795bca208a809a44de166221ee8 (patch) | |
tree | 04ebaa07103b48d48eed3051008db8b691856c06 /lisp/mail | |
parent | 8ae63446efeaa27dac16238ae3e2b8ffdd391fe8 (diff) | |
download | emacs-7c2288eaa217c795bca208a809a44de166221ee8.tar.gz |
(feedmail-message-id-generator, feedmail-date-generator): Fix custom types.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/feedmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 3180b05c818..b8d42debe6f 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -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) ) |