X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/33462dfacd354645c432dec98c9cf0f29dc97a17..52f9b7513ffbfe49e0ddbe24ecef816e1a134860:/lisp/files.el diff --git a/lisp/files.el b/lisp/files.el index a78d798f38..9228e54764 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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))))