diff lisp/international/quail.el @ 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 91b83ca63e8c
children 14d329bebf2a
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))