From: morioka Date: Fri, 17 Apr 1998 00:50:05 +0000 (+0000) Subject: (insert-file-contents-as-binary): Use 'set-buffer-multibyte. X-Git-Tag: apel-8_3~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f5464e29cba31b5a30bc6d063263e3645d6348e6;p=elisp%2Fapel.git (insert-file-contents-as-binary): Use 'set-buffer-multibyte. --- diff --git a/emu-e20.el b/emu-e20.el index 3e5b584..2e273b4 100644 --- a/emu-e20.el +++ b/emu-e20.el @@ -88,7 +88,7 @@ code conversion will not take place." (coding-system-for-read 'binary) format-alist) (insert-file-contents filename visit beg end replace) - (setq enable-multibyte-characters flag) + (set-buffer-multibyte flag) )) (defalias 'insert-binary-file-contents 'insert-file-contents-as-binary)