mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(titdic-convert): Use set-buffer-multibyte.
This commit is contained in:
parent
be848aa635
commit
ecd57ad40f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:".
|
||||
|
|
|
|||
Loading…
Reference in a new issue