From: Kenichi Handa Date: Thu, 6 Aug 1998 05:38:11 +0000 (+0000) Subject: (kkc-region): Don't bind echo-keystrokes. X-Git-Tag: emacs-20.3~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f12d44e5ae4146d21ebb36c990032efded1c3178;p=emacs.git (kkc-region): Don't bind echo-keystrokes. --- 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)