diff options
| author | John Paul Wallington | 2007-02-24 17:24:29 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2007-02-24 17:24:29 +0000 |
| commit | 7c2288eaa217c795bca208a809a44de166221ee8 (patch) | |
| tree | 04ebaa07103b48d48eed3051008db8b691856c06 /lisp/mail | |
| parent | 8ae63446efeaa27dac16238ae3e2b8ffdd391fe8 (diff) | |
| download | emacs-7c2288eaa217c795bca208a809a44de166221ee8.tar.gz emacs-7c2288eaa217c795bca208a809a44de166221ee8.zip | |
(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 | |||
| 629 | probably won't hurt you to generate your own, and it will then show up | 629 | probably won't hurt you to generate your own, and it will then show up |
| 630 | in the saved message if you use Fcc:." | 630 | in the saved message if you use Fcc:." |
| 631 | :group 'feedmail-headers | 631 | :group 'feedmail-headers |
| 632 | :type '(choice (const nil) function) | 632 | :type '(choice (const t) (const nil) function) |
| 633 | ) | 633 | ) |
| 634 | 634 | ||
| 635 | 635 | ||
| @@ -678,7 +678,7 @@ configurations of sendmail). Even if the latter case is true, it | |||
| 678 | probably won't hurt you to generate your own, and it will then show up | 678 | probably won't hurt you to generate your own, and it will then show up |
| 679 | in the saved message if you use Fcc:." | 679 | in the saved message if you use Fcc:." |
| 680 | :group 'feedmail-headers | 680 | :group 'feedmail-headers |
| 681 | :type '(choice (const nil) function) | 681 | :type '(choice (const t) (const nil) function) |
| 682 | ) | 682 | ) |
| 683 | 683 | ||
| 684 | 684 | ||