mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(quail-hangul-switch-back): Call
activate-input-method instead of select-input-method. Use input-method-history instead of previous-input-method.
This commit is contained in:
parent
50c3dd5bc0
commit
60071afc7e
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@
|
|||
(require 'quail)
|
||||
|
||||
(defun quail-hangul-switch-back (key idx)
|
||||
(if (not previous-input-method)
|
||||
(if (not input-method-history
|
||||
(toggle-input-method t)
|
||||
(quail-delete-region)
|
||||
(select-input-method previous-input-method))
|
||||
(activate-input-method (car input-method-history))
|
||||
(throw 'quail-tag nil))
|
||||
|
||||
(quail-define-package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue