]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-translate-key): Fix condition to
authorKenichi Handa <handa@m17n.org>
Sun, 11 Mar 2001 23:38:11 +0000 (23:38 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 11 Mar 2001 23:38:11 +0000 (23:38 +0000)
check if there's another breaking point in the current key.

lisp/international/quail.el

index e6b9feb37600a5adf08e251d06517e0ca8c2be31..c9c298fce982a5644d8357947abcaae5251e0f9f 100644 (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))