Mercurial > emacs
changeset 22930:72582ab5369d
(quail-update-translation): Delete the
code for handling the case that enable-multibyte-characters is
nil.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 07 Aug 1998 05:04:36 +0000 |
parents | 6dda0a4b882f |
children | fad48aef2340 |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Fri Aug 07 05:04:36 1998 +0000 +++ b/lisp/international/quail.el Fri Aug 07 05:04:36 1998 +0000 @@ -1071,14 +1071,7 @@ (if input-method-exit-on-first-char (setq control-flag t)) (setq quail-current-str - (substring quail-current-key 0 len))) - (or enable-multibyte-characters - (progn - (if (not (stringp quail-current-str)) - (setq quail-current-str - (char-to-string quail-current-str))) - (setq quail-current-str - (string-as-unibyte quail-current-str)))))) + (substring quail-current-key 0 len))))) (if quail-current-str (if input-method-exit-on-first-char (setq control-flag t))