changeset 21535:f9043d661283

(find-file-noselect): Set buffer-file-coding-system if RAWFILE.
author Karl Heuer <kwzh@gnu.org>
date Tue, 14 Apr 1998 18:42:32 +0000
parents 7784f9b030a8
children 468585662fa8
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Tue Apr 14 13:12:18 1998 +0000
+++ b/lisp/files.el	Tue Apr 14 18:42:32 1998 +0000
@@ -963,6 +963,7 @@
 	  (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))