From f12d44e5ae4146d21ebb36c990032efded1c3178 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 6 Aug 1998 05:38:11 +0000 Subject: [PATCH] (kkc-region): Don't bind echo-keystrokes. --- lisp/international/kkc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index cecc2a374ae..3cc7607b0ec 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el @@ -234,7 +234,7 @@ and the return value is the length of the conversion." (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) -- 2.39.2