mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
* simple.el (compose-mail): Remove mail-setup-with-from from
customization checks.
This commit is contained in:
parent
3c055b77ae
commit
5e1d496851
@ -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
|
||||
|
@ -5647,7 +5647,7 @@ Each action has the form (FUNCTION . ARGS)."
|
||||
(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)))
|
||||
|
Loading…
Reference in New Issue
Block a user