]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-file-noselect): Set buffer-file-coding-system
authorKarl Heuer <kwzh@gnu.org>
Tue, 14 Apr 1998 18:42:32 +0000 (18:42 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 14 Apr 1998 18:42:32 +0000 (18:42 +0000)
if RAWFILE.

lisp/files.el

index 439b2c03829afb3f1bc7bb84f5a025e7bd8f1017..9021d8930348a540194732e4bfc3fdae94650c51 100644 (file)
@@ -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))