From e7728aecc18bcdc822612f6c871f8acea56afcdb Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 28 Oct 2005 11:55:59 +0000 Subject: [PATCH] (Backspace): Undo only when the current key sequence is not empty. Otherwise unhandle it. --- ko-romaja.mim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ko-romaja.mim b/ko-romaja.mim index 3da3f7b..479eb3c 100644 --- a/ko-romaja.mim +++ b/ko-romaja.mim @@ -221,7 +221,7 @@ Special: ("!!" ?!)) (backspace - ((BackSpace) (undo))) + ((BackSpace) (> @@ 1 ((undo)) ((unhandle))))) ;; Toggle normal syllable mode and isolated jamo mode. (toggle-mode -- 1.7.10.4