(quail-translate-key): Fix condition to
check if there's another breaking point in the current key.
This commit is contained in:
parent
5c9d9d92bd
commit
a1233357b5
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue