Mercurial > emacs
changeset 106553:bcddf97246ac
* simple.el (compose-mail): Remove mail-setup-with-from from
customization checks.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 12 Dec 2009 17:01:03 +0000 |
parents | 6cfff9d02df6 |
children | 1848c5befea3 |
files | lisp/ChangeLog lisp/simple.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + + * simple.el (compose-mail): Remove mail-setup-with-from from + customization checks. + 2009-12-12 Eli Zaretskii <eliz@gnu.org> * arc-mode.el (archive-rar-summarize): Support Attribute fields in
--- 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)))