(mail-setup-with-from): Fix custom type.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:22:43 +0000 (21:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:22:43 +0000 (21:22 +0000)
lisp/mail/sendmail.el

index 4084cd8..9596b80 100644 (file)
@@ -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")