[gnus git] branch master updated: n0-13-69-g9aa1090 =1= Revert e39a27f6, which does not really fix the problem.
Daiki Ueno <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9aa1090e4bd3d5c73a7a646139c91a120d8490f7 (commit)
from df5a2a64034aa12d74812034054fa060eda1ac43 (commit)
- Log -----------------------------------------------------------------
commit 9aa1090e4bd3d5c73a7a646139c91a120d8490f7
Author: Daiki Ueno <[email protected]>
Date: Fri Mar 4 21:08:32 2011 +0900
Revert e39a27f6, which does not really fix the problem.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a6190d..35d9620 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,11 +3,6 @@
* 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'.
-
2011-03-03 Tassilo Horn <[email protected]>
* nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
diff --git a/lisp/mml.el b/lisp/mml.el
index 2f4417f..8b196fa 100644
--- a/lisp/mml.el
+++ b/lisp/mml.el
@@ -461,13 +461,11 @@ If MML is non-nil, return the buffer up till the correspondent mml tag."
(defvar mml-boundary nil)
(defvar mml-base-boundary "-=-=")
(defvar mml-multipart-number 0)
-(defvar message-options)
(defun mml-generate-mime ()
"Generate a MIME message based on the current MML document."
(let ((cont (mml-parse))
- (mml-multipart-number mml-multipart-number)
- (message-options (if (boundp 'message-options) message-options)))
+ (mml-multipart-number mml-multipart-number))
(if (not cont)
nil
(mm-with-multibyte-buffer
-----------------------------------------------------------------------
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/mml.el | 4 +---
2 files changed, 1 insertions(+), 8 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