diff options
| author | Katsumi Yamaoka | 2015-01-08 03:37:10 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2015-01-08 03:37:10 +0000 |
| commit | fa785a7785decdcc199a72d252e7c78cf7106e20 (patch) | |
| tree | fe35693e91c8fba984602086fc2b0774e10b2d21 | |
| parent | ad5ac01471b6795a5168b5e6fb7230adb08f3217 (diff) | |
| download | emacs-fa785a7785decdcc199a72d252e7c78cf7106e20.tar.gz emacs-fa785a7785decdcc199a72d252e7c78cf7106e20.zip | |
lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-enable-multibyte instead of set-buffer-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 8dd1d78dd0b..365b0ab4ba4 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 | (set-buffer-multibyte nil) | 2462 | (mm-enable-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)) |