[gnus git] branch master updated: m0-11-107-g997404c =1= gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-enable-multibyte instead of set-buffer-multibyte

Katsumi <[email protected]> Thu, 08 Jan 2015 04:37:19 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  997404c721a1de533aa9f82d4d5bbc5447bfc23d (commit)
      from  3a1304b7891f4aa5300d1a2c8d15a44d07d1c90a (commit)


- Log -----------------------------------------------------------------
commit 997404c721a1de533aa9f82d4d5bbc5447bfc23d
Author: Katsumi Yamaoka <[email protected]>
Date:   Thu Jan 8 03:37:16 2015 +0000

    gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-enable-multibyte instead of set-buffer-multibyte

diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 8dd1d78..365b0ab 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
-	(set-buffer-multibyte nil)
+	(mm-enable-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