From: handa Date: Tue, 16 Mar 2004 06:50:52 +0000 (+0000) Subject: (henkan-eidt): Fix calling syntax of resize function. X-Git-Tag: REL-1-0-1~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7035ab7d56500731f72545951eadaadf8de734ad;p=m17n%2Fm17n-db.git (henkan-eidt): Fix calling syntax of resize function. --- diff --git a/ja-anthy.mim b/ja-anthy.mim index 0ec1d23..d78ff1b 100644 --- a/ja-anthy.mim +++ b/ja-anthy.mim @@ -191,8 +191,8 @@ (henkan-edit ((Left) (move @[)) ((Right) (move @])) - ((S-Left) (call resize t)) - ((S-Right) (call resize nil))) + ((S-Left) (call libmimx-anthy resize t)) + ((S-Right) (call libmimx-anthy resize nil))) (change-candidate ((C-A) (select @<))