projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa785a7
)
lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-disable-multibyte...
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 8 Jan 2015 03:38:59 +0000
(
03:38
+0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 8 Jan 2015 03:38:59 +0000
(
03:38
+0000)
lisp/gnus/gnus-group.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-group.el
b/lisp/gnus/gnus-group.el
index 365b0ab4ba4a88d8fa4b4884d0f39f88fcb36e8f..f3dcc40b8c48192f91071d11736c5fbc5d3d6ef2 100644
(file)
--- a/
lisp/gnus/gnus-group.el
+++ b/
lisp/gnus/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-
en
able-multibyte)
+ (mm-
dis
able-multibyte)
(dolist (id ids)
(url-insert-file-contents (format mbox-url id)))
(goto-char (point-min))