(kkc-region): Don't bind echo-keystrokes.

This commit is contained in:
Kenichi Handa 1998-08-06 05:38:11 +00:00
parent dccca9804d
commit f12d44e5ae

View 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)