[gnus git] branch master updated: n0-13-68-gdf5a2a6 =1= Revert 22da67af.
Daiki Ueno <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via df5a2a64034aa12d74812034054fa060eda1ac43 (commit)
from e39a27f6eef87cbbcf501b122eabcce9455f2e7a (commit)
- Log -----------------------------------------------------------------
commit df5a2a64034aa12d74812034054fa060eda1ac43
Author: Daiki Ueno <[email protected]>
Date: Fri Mar 4 19:28:34 2011 +0900
Revert 22da67af.
* message.el (message-options): Revert 22da67af (workaround for
XEmacs buffer-local issue).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3009a78..8a6190d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
2011-03-04 Daiki Ueno <[email protected]>
+ * message.el (message-options): Revert 22da67af (workaround for
+ XEmacs buffer-local issue).
+
+2011-03-04 Daiki Ueno <[email protected]>
+
* mml.el (mml-generate-mime): Bind `message-options', which is now
buffer-local, around `mm-with-multibyte-buffer'.
diff --git a/lisp/message.el b/lisp/message.el
index 9b50e27..c8a706e 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -1858,10 +1858,7 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'."
(defvar message-options nil
"Some saved answers when sending message.")
-
-(if (featurep 'xemacs)
- (make-local-variable 'message-options)
- (make-variable-buffer-local 'message-options))
+(make-variable-buffer-local '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 | 5 +++++
lisp/message.el | 5 +----
2 files changed, 6 insertions(+), 4 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