# HG changeset patch # User Kenichi Handa # Date 1161260878 0 # Node ID 1501870282631a3cc1d74d2cceb34679b291fe59 # Parent 969b377c22cda084b4626907cda339de0853ba6d (kkc-region): When a key sequence is not defined, append (this-single-command-raw-keys) to unread-input-method-events. diff -r 969b377c22cd -r 150187028263 lisp/international/kkc.el --- 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))))