Mercurial > emacs
changeset 21081:f7d33c30712e
(titdic-convert): Use set-buffer-multibyte.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 06 Mar 1998 21:32:55 +0000 |
parents | c3f53005d2d9 |
children | ca3bd6ec875d |
files | lisp/international/titdic-cnv.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/titdic-cnv.el Fri Mar 06 20:59:54 1998 +0000 +++ b/lisp/international/titdic-cnv.el Fri Mar 06 21:32:55 1998 +0000 @@ -337,7 +337,7 @@ (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:".