Mercurial > emacs
changeset 36723:d80d936f6165
(quail-translate-key): Fix condition to
check if there's another breaking point in the current key.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 11 Mar 2001 23:38:11 +0000 |
parents | 5a49fa31ec0b |
children | c3461a4e8d2e |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Sun Mar 11 23:37:43 2001 +0000 +++ b/lisp/international/quail.el Sun Mar 11 23:38:11 2001 +0000 @@ -1628,7 +1628,7 @@ ;; giving up, we must check two possibilities. (cond ((and (quail-maximum-shortest) - (>= len 4) + (>= len 3) (setq def (quail-map-definition (quail-lookup-key quail-current-key (- len 2)))) (quail-lookup-key (substring quail-current-key -2) 2))