Fix previous change.
This commit is contained in:
@@ -32,10 +32,10 @@
|
||||
(require 'quail)
|
||||
|
||||
(defun quail-hangul-switch-back (key idx)
|
||||
(if (not input-method-history
|
||||
(if (not input-method-history)
|
||||
(toggle-input-method t)
|
||||
(quail-delete-region)
|
||||
(activate-input-method (car input-method-history))
|
||||
(activate-input-method (car input-method-history)))
|
||||
(throw 'quail-tag nil))
|
||||
|
||||
(quail-define-package
|
||||
|
||||
Reference in New Issue
Block a user