aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1998-08-06 05:38:11 +0000
committerKenichi Handa <[email protected]>1998-08-06 05:38:11 +0000
commitf12d44e5ae4146d21ebb36c990032efded1c3178 (patch)
tree4787e85915188ed9fa7859a830e0a384d9f83c58 /lisp
parentdccca9804d431fe438419bf8fb6b706bd82847c6 (diff)
(kkc-region): Don't bind echo-keystrokes.
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 cecc2a374a..3cc7607b0e 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)