mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(revert-buffer): Fix previous change.
This commit is contained in:
parent
33462dfacd
commit
52f9b7513f
2 changed files with 5 additions and 0 deletions
|
|
@ -4095,6 +4095,7 @@ non-nil, it is called instead of rereading visited file contents."
|
|||
(or coding-system-for-read
|
||||
buffer-file-coding-system-explicit))))
|
||||
(if (and (not enable-multibyte-characters)
|
||||
coding-system-for-read
|
||||
(not (memq (coding-system-base
|
||||
coding-system-for-read)
|
||||
'(no-conversion raw-text))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue