* simple.el (compose-mail): Remove mail-setup-with-from from

customization checks.
This commit is contained in:
Chong Yidong 2009-12-12 17:01:03 +00:00
parent 3c055b77ae
commit 5e1d496851
2 changed files with 6 additions and 1 deletions

View file

@ -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)))