Mercurial > emacs
changeset 22883:69bbe5cb5400
(quail-start-translation): Bind help-char
to nil locally.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 02 Aug 1998 01:06:57 +0000 |
parents | 059cd9afc6e4 |
children | e7a1b839f16c |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Sun Aug 02 01:06:57 1998 +0000 +++ b/lisp/international/quail.el Sun Aug 02 01:06:57 1998 +0000 @@ -902,6 +902,7 @@ unread-command-events (cons key unread-command-events)) (while quail-translating (let* ((echo-keystrokes 0) + (help-char nil) (keyseq (read-key-sequence nil)) (events (this-single-command-raw-keys)) (cmd (lookup-key translation-keymap keyseq)))