mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
nndoc minor clean-up
* lisp/gnus/nndoc.el (nndoc-possibly-change-buffer): Erase the buffer before changing multibyteness.
This commit is contained in:
parent
5c715113ef
commit
3183259481
1 changed files with 1 additions and 1 deletions
|
|
@ -352,8 +352,8 @@ from the document.")
|
|||
nndoc-group-alist)
|
||||
(setq nndoc-dissection-alist nil)
|
||||
(with-current-buffer nndoc-current-buffer
|
||||
(set-buffer-multibyte nil)
|
||||
(erase-buffer)
|
||||
(set-buffer-multibyte nil)
|
||||
(condition-case error
|
||||
(if (and (stringp nndoc-address)
|
||||
(string-match nndoc-binary-file-names nndoc-address))
|
||||
|
|
|
|||
Loading…
Reference in a new issue