From: Richard M. Stallman Date: Fri, 6 Mar 1998 21:32:55 +0000 (+0000) Subject: (titdic-convert): Use set-buffer-multibyte. X-Git-Tag: emacs-20.3~1993 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ecd57ad40f7c73c39e80656cd14191add2f9040c;p=emacs.git (titdic-convert): Use set-buffer-multibyte. --- diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index 450400af021..1d1e4e35a1c 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el @@ -337,7 +337,7 @@ the generated Quail package is saved." (with-temp-buffer (let ((coding-system-for-read 'no-conversion)) (insert-file-contents (expand-file-name filename))) - (setq enable-multibyte-characters t) + (set-buffer-multibyte t) ;; Decode the buffer contents from the encoding specified by a ;; value of the key "ENCODE:".