]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 4084cd85cc22d244960ca424893c001a98755846..9596b80dff31857ae1e3d755d77eb760b3133054 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")