]> git.eshelyaron.com Git - emacs.git/commitdiff
(kkc-region): Don't bind echo-keystrokes.
authorKenichi Handa <handa@m17n.org>
Thu, 6 Aug 1998 05:38:11 +0000 (05:38 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 6 Aug 1998 05:38:11 +0000 (05:38 +0000)
lisp/international/kkc.el

index cecc2a374aeeda3d77a201e78e7e58558aeb5e7a..3cc7607b0eca517152fdb27edebdf6f8b8c7d2ca 100644 (file)
@@ -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)