(quail-translate-key): Fix previous change.
This commit is contained in:
parent
08a1bf224e
commit
55e3018122
1 changed files with 3 additions and 1 deletions
|
@ -1165,7 +1165,9 @@ sequence counting from the head."
|
|||
;; Then, return the length of "...AB".
|
||||
(- len 2))
|
||||
|
||||
((and quail-current-translations
|
||||
((and (> len 0)
|
||||
(quail-lookup-key (substring quail-current-key 0 -1))
|
||||
quail-current-translations
|
||||
(not (quail-deterministic))
|
||||
(setq ch (aref quail-current-key (1- len)))
|
||||
(>= ch ?0) (<= ch ?9))
|
||||
|
|
Loading…
Add table
Reference in a new issue