summaryrefslogtreecommitdiff
path: root/lisp/mail/feedmail.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-02-26 23:03:45 +0000
committerMiles Bader <miles@gnu.org>2007-02-26 23:03:45 +0000
commita73d7753f965734247be482efa125da5235996da (patch)
tree56af26fb1a12a2c93c146aac923947968c4c9d76 /lisp/mail/feedmail.el
parent55a5664de23c07003d4d2584fc065619609500b6 (diff)
parentf6f3d0b9133d06b29523c7bc744130cddc5c8d6b (diff)
downloademacs-a73d7753f965734247be482efa125da5235996da.tar.gz
emacs-a73d7753f965734247be482efa125da5235996da.tar.bz2
emacs-a73d7753f965734247be482efa125da5235996da.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 638-652) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 202) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r--lisp/mail/feedmail.el4
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)
)