diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/titdic-cnv.el | 2 |
1 files changed, 1 insertions, 1 deletions
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:". |