Mercurial > emacs
changeset 73437:150187028263
(kkc-region): When a key sequence is not
defined, append (this-single-command-raw-keys) to
unread-input-method-events.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 19 Oct 2006 12:27:58 +0000 |
parents | 969b377c22cd |
children | 49db22b109b8 |
files | lisp/international/kkc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/kkc.el Thu Oct 19 11:40:53 2006 +0000 +++ b/lisp/international/kkc.el Thu Oct 19 12:27:58 2006 +0000 @@ -291,7 +291,7 @@ ;; KEYSEQ is not defined in KKC keymap. ;; Let's put the event back. (setq unread-input-method-events - (append (string-to-list keyseq) + (append (string-to-list (this-single-command-raw-keys)) unread-input-method-events)) (kkc-terminate))))