* simple.el (compose-mail): Remove mail-setup-with-from from
customization checks.
This commit is contained in:
parent
3c055b77ae
commit
5e1d496851
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue