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:
parent
dccca9804d
commit
f12d44e5ae
@ -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…
Reference in New Issue
Block a user