mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(kkc-region): When a key sequence is not
defined, append (this-single-command-raw-keys) to unread-input-method-events.
This commit is contained in:
parent
7fe147ae0e
commit
2b192902e9
@ -1,3 +1,9 @@
|
||||
2006-10-19 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/kkc.el (kkc-region): When a key sequence is not
|
||||
defined, append (this-single-command-raw-keys) to
|
||||
unread-input-method-events.
|
||||
|
||||
2006-10-19 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* progmodes/ada-mode.el (ada-in-string-p): Doc fix.
|
||||
|
@ -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…
Reference in New Issue
Block a user