summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/kkc.el2
1 files changed, 1 insertions, 1 deletions
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)