mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-enable-multibyte instead of set-buffer-multibyte
This commit is contained in:
parent
ad5ac01471
commit
fa785a7785
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
(set-buffer-multibyte nil)
|
||||
(mm-enable-multibyte)
|
||||
(dolist (id ids)
|
||||
(url-insert-file-contents (format mbox-url id)))
|
||||
(goto-char (point-min))
|
||||
|
|
|
|||
Loading…
Reference in a new issue