(quail-translate-key): Fix condition to

check if there's another breaking point in the current key.
This commit is contained in:
Kenichi Handa 2001-03-11 23:38:11 +00:00
parent 5c9d9d92bd
commit a1233357b5

View file

@ -1628,7 +1628,7 @@ sequence counting from the head."
;; 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))