diff options
| author | Katsumi Yamaoka | 2015-01-08 03:38:59 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2015-01-08 03:38:59 +0000 |
| commit | dff81fa7b7a0f44ade333eeb4f7c0d91c5ad5214 (patch) | |
| tree | dc45189f3ecd4c512d5813705b3836f94758d3cd | |
| parent | fa785a7785decdcc199a72d252e7c78cf7106e20 (diff) | |
| download | emacs-dff81fa7b7a0f44ade333eeb4f7c0d91c5ad5214.tar.gz emacs-dff81fa7b7a0f44ade333eeb4f7c0d91c5ad5214.zip | |
lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-disable-multibyte instead of mm-enable-multibyte
| -rw-r--r-- | lisp/gnus/gnus-group.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 365b0ab4ba4..f3dcc40b8c4 100644 --- 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." | |||
| 2459 | (let ((coding-system-for-write 'binary) | 2459 | (let ((coding-system-for-write 'binary) |
| 2460 | (coding-system-for-read 'binary)) | 2460 | (coding-system-for-read 'binary)) |
| 2461 | (with-temp-file tmpfile | 2461 | (with-temp-file tmpfile |
| 2462 | (mm-enable-multibyte) | 2462 | (mm-disable-multibyte) |
| 2463 | (dolist (id ids) | 2463 | (dolist (id ids) |
| 2464 | (url-insert-file-contents (format mbox-url id))) | 2464 | (url-insert-file-contents (format mbox-url id))) |
| 2465 | (goto-char (point-min)) | 2465 | (goto-char (point-min)) |