[gnus git] branch master updated: =1= message: make message-options a local variable
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2407f9c65bd0148548e749d66414ce2f79300751 (commit)
from fb8f2a30fdfc3d563268d94b5bc12faa34d2aa76 (commit)
- Log -----------------------------------------------------------------
commit 2407f9c65bd0148548e749d66414ce2f79300751
Author: Julien Danjou <[email protected]>
Date: Tue Feb 8 10:57:28 2011 +0100
message: make message-options a local variable
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 37b0707..19370f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-08 Julien Danjou <[email protected]>
+
+ * message.el (message-options): Make message-options a local variable.
+
2011-02-07 Lars Ingebrigtsen <[email protected]>
* nnimap.el (nnimap-update-info): Refactor slightly.
diff --git a/lisp/message.el b/lisp/message.el
index a1baf71..46c25c8 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -1858,6 +1858,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.")
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/message.el | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project