From 6a698ef4b8fd3ddfbe1f27484c2a2cbd18c0f0d5 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 21 Jun 2007 12:15:26 +0000 Subject: [PATCH] (adjust-tone): Fix previous change. --- im/tai-sonla.mim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/im/tai-sonla.mim b/im/tai-sonla.mim index 0070d0d..f92925c 100644 --- a/im/tai-sonla.mim +++ b/im/tai-sonla.mim @@ -52,10 +52,10 @@ You can type special symbols by these keys: (set TT @-1) (delete @-) (cond ((| (= T ?ꫀ) (= T ?ꫂ)) (delete @-) (move @>)) - ((> T 0) (move M) (delete @-) (move @>))) + ((> T 0) (move M) (delete @+) (move @>))) (set T TT) (cond ((| (= T ?ꫀ) (= T ?ꫂ)) (insert T)) - ((> T 0) (move M) (insert T) (mark M) (move @>))))) + ((> T 0) (move M) (insert T) (move @>))))) (map (consonant -- 1.7.10.4