(kkc-region): Don't bind echo-keystrokes.
This commit is contained in:
parent
dccca9804d
commit
f12d44e5ae
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue