Fix an argument to undo.
authorhanda <handa>
Thu, 20 Oct 2005 12:19:58 +0000 (12:19 +0000)
committerhanda <handa>
Thu, 20 Oct 2005 12:19:58 +0000 (12:19 +0000)
ja-anthy.mim

index 509b44c..98cbc3e 100644 (file)
@@ -255,14 +255,17 @@ Convert Hiragana to Kanji"
 
  (henkan
   "漢"
+  (t (set K @@) (sub K 1))
   (henkan-edit)
   (change-candidate (call libmimx-anthy change) (show) (shift henkan2))
   (kakutei (call libmimx-anthy commit) (shift init))
-  (nil (shift init)))
+  (backspace (undo K))
+  (nil (call libmimx-anthy commit) (shift init)))
 
  (henkan2
   "漢"
   (change-candidate (call libmimx-anthy change) (show))
+  (backspace (undo K))
   (nil (hide) (shift henkan)))
 
  (fail