(quail-japanese-kkc-mode-exit): Run
input-method-after-insert-chunk-hook.
This commit is contained in:
parent
a120d7cd8d
commit
e821c4f928
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@
|
|||
(defun quail-japanese-kkc-mode-exit (arg)
|
||||
(setq overriding-terminal-local-map (quail-conversion-keymap))
|
||||
(if arg
|
||||
(move-overlay quail-conv-overlay (car arg) (cdr arg))))
|
||||
(move-overlay quail-conv-overlay (car arg) (cdr arg))
|
||||
(run-hooks 'input-method-after-insert-chunk-hook)))
|
||||
|
||||
(defun quail-japanese-self-insert-and-switch-to-alpha (key idx)
|
||||
(quail-delete-region)
|
||||
|
|
Loading…
Add table
Reference in a new issue