message.el (message-options): Make message-options a local variable.

This commit is contained in:
Julien Danjou 2011-02-08 12:03:14 +00:00 committed by Katsumi Yamaoka
parent 8f3b2e120b
commit 756441ed82
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-02-08 Julien Danjou <julien@danjou.info>
* message.el (message-options): Make message-options a local variable.
2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
* nnimap.el (nnimap-update-info): Refactor slightly.

View file

@ -1814,6 +1814,7 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'."
(defvar message-options nil
"Some saved answers when sending message.")
(make-local-variable 'message-options)
(defvar message-send-mail-real-function nil
"Internal send mail function.")