diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index dc313c7d30a..6da899af93a 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el @@ -291,7 +291,7 @@ and the return value is the length of the conversion." ;; 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))))