diff lisp/international/kkc.el @ 22919:95d147bbdce0

(kkc-region): Don't bind echo-keystrokes.
author Kenichi Handa <handa@m17n.org>
date Thu, 06 Aug 1998 05:38:11 +0000
parents 5bfe86125303
children d5a1574f7fb8
line wrap: on
line diff
--- a/lisp/international/kkc.el	Thu Aug 06 05:38:11 1998 +0000
+++ b/lisp/international/kkc.el	Thu Aug 06 05:38:11 1998 +0000
@@ -234,7 +234,7 @@
 	(force-mode-line-update)
 	(setq kkc-converting t)
 	(while kkc-converting
-	  (let* ((echo-keystrokes 0)
+	  (let* ((overriding-terminal-local-map kkc-keymap)
 		 (keyseq (read-key-sequence nil))
 		 (cmd (lookup-key kkc-keymap keyseq)))
 	    (if (commandp cmd)