From b081ea2e35ba1ecf9e5dddb32e2cd84865c32880 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Thu, 8 Jan 2015 03:39:09 +0000 Subject: [PATCH] gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-disable-multibyte instead of mm-enable-multibyte --- lisp/gnus-group.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index 365b0ab4b..f3dcc40b8 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)) -- 2.25.1