mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(quail-hangul-switch-to-symbol-ksc): Call
activate-input-method instead of select-input-method.
This commit is contained in:
parent
afc53a91e4
commit
dcae89291d
@ -29,7 +29,7 @@
|
||||
(defun quail-hangul-switch-to-symbol-ksc (&rest ignore)
|
||||
"Swith to `korean-symbol' package."
|
||||
(quail-delete-region)
|
||||
(select-input-method "korean-symbol")
|
||||
(activate-input-method "korean-symbol")
|
||||
(throw 'quail-tag nil))
|
||||
|
||||
(quail-define-package
|
||||
|
@ -29,7 +29,7 @@
|
||||
(defun quail-hangul-switch-to-symbol-ksc (&rest ignore)
|
||||
"Swith to `korean-symbol' package."
|
||||
(quail-delete-region)
|
||||
(select-input-method "korean-symbol")
|
||||
(activate-input-method "korean-symbol")
|
||||
(throw 'quail-tag nil))
|
||||
|
||||
(quail-define-package
|
||||
|
Loading…
Reference in New Issue
Block a user