From 26dd83e68223327ff5b57948a5278abf265ee883 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 14 Apr 1998 18:42:32 +0000 Subject: [PATCH] (find-file-noselect): Set buffer-file-coding-system if RAWFILE. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/files.el b/lisp/files.el index 439b2c03829..9021d893034 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -963,6 +963,7 @@ Optional second arg RAWFILE non-nil means the file is read literally." (if rawfile (progn (set-buffer-multibyte nil) + (setq buffer-file-coding-system 'no-conversion) (make-local-variable 'find-file-literally) (setq find-file-literally t)) (after-find-file error (not nowarn)) -- 2.39.2