From 1287f53fa685a1ee6502898b3f13591d33187612 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Jun 2005 21:22:43 +0000 Subject: [PATCH] (mail-setup-with-from): Fix custom type. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 4084cd85cc2..9596b80dff3 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -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") -- 2.39.2