aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/titdic-cnv.el2
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."
337 (with-temp-buffer 337 (with-temp-buffer
338 (let ((coding-system-for-read 'no-conversion)) 338 (let ((coding-system-for-read 'no-conversion))
339 (insert-file-contents (expand-file-name filename))) 339 (insert-file-contents (expand-file-name filename)))
340 (setq enable-multibyte-characters t) 340 (set-buffer-multibyte t)
341 341
342 ;; Decode the buffer contents from the encoding specified by a 342 ;; Decode the buffer contents from the encoding specified by a
343 ;; value of the key "ENCODE:". 343 ;; value of the key "ENCODE:".