From 2fa149b63f8004c8393a0f59f1eb85acc7a88c43 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 23 Mar 1998 00:14:06 +0000 Subject: [PATCH] (find-file-noselect): Use set-buffer-multibyte instead of setting enable-multibyte-characters. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 1060373f737..1790e1d194d 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)) -- 2.39.5