From f7af6265bf126cc375a72bf7fd920fe7ddf803e2 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 18 Aug 1997 11:03:26 +0000 Subject: [PATCH] Fix previous change. --- leim/quail/symbol-ksc.el | 4 ++-- 1 file 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 @@ (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 -- 2.39.2