# HG changeset patch # User Chong Yidong # Date 1260637263 0 # Node ID bcddf97246ac62b7eb667fa987904670fd99bc7d # Parent 6cfff9d02df686f765d4b0d41bc3852bd85ff876 * simple.el (compose-mail): Remove mail-setup-with-from from customization checks. diff -r 6cfff9d02df6 -r bcddf97246ac lisp/ChangeLog --- a/lisp/ChangeLog Sat Dec 12 16:12:59 2009 +0000 +++ b/lisp/ChangeLog Sat Dec 12 17:01:03 2009 +0000 @@ -1,3 +1,8 @@ +2009-12-12 Chong Yidong + + * simple.el (compose-mail): Remove mail-setup-with-from from + customization checks. + 2009-12-12 Eli Zaretskii * arc-mode.el (archive-rar-summarize): Support Attribute fields in diff -r 6cfff9d02df6 -r bcddf97246ac lisp/simple.el --- a/lisp/simple.el Sat Dec 12 16:12:59 2009 +0000 +++ b/lisp/simple.el Sat Dec 12 17:01:03 2009 +0000 @@ -5647,7 +5647,7 @@ (dolist (var '(mail-mode-hook mail-send-hook mail-setup-hook mail-yank-hooks mail-archive-file-name mail-default-reply-to mail-mailing-lists - mail-self-blind mail-setup-with-from)) + mail-self-blind)) (and (boundp var) (symbol-value var) (push var warn-vars)))