diff options
| author | Richard M. Stallman | 1998-03-06 21:32:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-06 21:32:55 +0000 |
| commit | ecd57ad40f7c73c39e80656cd14191add2f9040c (patch) | |
| tree | 52b2c0cb58bb1aae383b542cb21673609bea721c | |
| parent | be848aa635bd1fb4ad118a1dc9c07dcab8ab2f56 (diff) | |
| download | emacs-ecd57ad40f7c73c39e80656cd14191add2f9040c.tar.gz emacs-ecd57ad40f7c73c39e80656cd14191add2f9040c.zip | |
(titdic-convert): Use set-buffer-multibyte.
| -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." | |||
| 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:". |