1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(find-file-noselect): Use set-buffer-multibyte

instead of setting enable-multibyte-characters.
This commit is contained in:
Karl Heuer 1998-03-23 00:14:06 +00:00
parent c40096a043
commit 2fa149b63f

View file

@ -962,7 +962,7 @@ Optional second arg RAWFILE non-nil means the file is read literally."
(setq backup-inhibited t)))
(if rawfile
(progn
(setq enable-multibyte-characters nil)
(set-buffer-multibyte nil)
(make-local-variable 'find-file-literally)
(setq find-file-literally t))
(after-find-file error (not nowarn))