(titdic-convert): Use set-buffer-multibyte.

This commit is contained in:
Richard M. Stallman 1998-03-06 21:32:55 +00:00
parent be848aa635
commit ecd57ad40f

View file

@ -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:".