mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08: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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue