Mercurial > emacs
changeset 20940:7c906916c8ae
(after-insert-file-set-buffer-file-coding-system): Call set-buffer-multibyte
instead of directly setting enable-multibyte-characters to nil.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 20 Feb 1998 01:44:10 +0000 |
parents | fea711fa5768 |
children | 588dae3ae7cc |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Fri Feb 20 01:43:38 1998 +0000 +++ b/lisp/international/mule.el Fri Feb 20 01:44:10 1998 +0000 @@ -829,7 +829,7 @@ ;; It seems that random 8-bit codes are read. We had ;; better edit this buffer without multibyte character ;; facility. - (setq enable-multibyte-characters nil)) + (set-buffer-multibyte nil)) (set-buffer-modified-p modified-p)))) nil)