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:
parent
c40096a043
commit
2fa149b63f
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue