# HG changeset patch # User Richard M. Stallman # Date 1119561763 0 # Node ID 6679826cccf2710e0e0a95a49d2d453721972b12 # Parent 6cb98fcbafc0fb38baf65c91eaa9f0a0648fbcb9 (mail-setup-with-from): Fix custom type. diff -r 6cb98fcbafc0 -r 6679826cccf2 lisp/mail/sendmail.el --- 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")