1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

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