1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-11 09:21:23 -07:00

(kkc-region): Use

this-single-command-raw-keys on pushing back an unhandled key
sequence.
This commit is contained in:
Kenichi Handa 2006-02-27 00:56:27 +00:00
parent 476e47caba
commit da6c2ece1b

View file

@ -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))))