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:
parent
476e47caba
commit
da6c2ece1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue