changeset 63714:6679826cccf2

(mail-setup-with-from): Fix custom type.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Jun 2005 21:22:43 +0000
parents 6cb98fcbafc0
children 503f7ad3d4d8
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Thu Jun 23 17:32:42 2005 +0000
+++ b/lisp/mail/sendmail.el	Thu Jun 23 21:22:43 2005 +0000
@@ -44,7 +44,7 @@
 
 (defcustom mail-setup-with-from t
   "Non-nil means insert `From:' field when setting up the message."
-  :type 'binary
+  :type 'boolean
   :group 'sendmail
   :version "22.1")