aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--leim/quail/symbol-ksc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/leim/quail/symbol-ksc.el b/leim/quail/symbol-ksc.el
index 108af45e04d..ad0a758c15d 100644
--- a/leim/quail/symbol-ksc.el
+++ b/leim/quail/symbol-ksc.el
@@ -32,10 +32,10 @@
32(require 'quail) 32(require 'quail)
33 33
34(defun quail-hangul-switch-back (key idx) 34(defun quail-hangul-switch-back (key idx)
35 (if (not input-method-history 35 (if (not input-method-history)
36 (toggle-input-method t) 36 (toggle-input-method t)
37 (quail-delete-region) 37 (quail-delete-region)
38 (activate-input-method (car input-method-history)) 38 (activate-input-method (car input-method-history)))
39 (throw 'quail-tag nil)) 39 (throw 'quail-tag nil))
40 40
41(quail-define-package 41(quail-define-package