message.el (message-options): Make message-options a local variable.
This commit is contained in:
parent
8f3b2e120b
commit
756441ed82
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue