[gnus git] branch master updated: m0-11-108-gb081ea2 =1= gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-disable-multibyte instead of mm-enable-multibyte
Katsumi <[email protected]> Thu, 08 Jan 2015 04:39:18 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b081ea2e35ba1ecf9e5dddb32e2cd84865c32880 (commit)
from 997404c721a1de533aa9f82d4d5bbc5447bfc23d (commit)
- Log -----------------------------------------------------------------
commit b081ea2e35ba1ecf9e5dddb32e2cd84865c32880
Author: Katsumi Yamaoka <[email protected]>
Date: Thu Jan 8 03:39:09 2015 +0000
gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-disable-multibyte instead of mm-enable-multibyte
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 365b0ab..f3dcc40 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2459,7 +2459,7 @@ the bug number, and browsing the URL must return mbox output."
(let ((coding-system-for-write 'binary)
(coding-system-for-read 'binary))
(with-temp-file tmpfile
- (mm-enable-multibyte)
+ (mm-disable-multibyte)
(dolist (id ids)
(url-insert-file-contents (format mbox-url id)))
(goto-char (point-min))
-----------------------------------------------------------------------
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/gnus-group.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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