Mercurial > emacs
changeset 22919:95d147bbdce0
(kkc-region): Don't bind echo-keystrokes.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 06 Aug 1998 05:38:11 +0000 |
parents | 776bc4293c87 |
children | f80a1ca0112f |
files | lisp/international/kkc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/kkc.el Thu Aug 06 05:38:11 1998 +0000 +++ b/lisp/international/kkc.el Thu Aug 06 05:38:11 1998 +0000 @@ -234,7 +234,7 @@ (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)