]> code.delx.au - gnu-emacs/commitdiff
(titdic-convert): Use set-buffer-multibyte.
authorRichard M. Stallman <rms@gnu.org>
Fri, 6 Mar 1998 21:32:55 +0000 (21:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 6 Mar 1998 21:32:55 +0000 (21:32 +0000)
lisp/international/titdic-cnv.el

index 450400af021185d97f33bb83f92e0532715cfa55..1d1e4e35a1ce63e693834d5b404d3e18bcd87dc5 100644 (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:".