]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-disable-multibyte...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 8 Jan 2015 03:38:59 +0000 (03:38 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 8 Jan 2015 03:38:59 +0000 (03:38 +0000)
lisp/gnus/gnus-group.el

index 365b0ab4ba4a88d8fa4b4884d0f39f88fcb36e8f..f3dcc40b8c48192f91071d11736c5fbc5d3d6ef2 100644 (file)
@@ -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))