From e7c17a38d7aa258502d0da2f53be5d417e547433 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 8 Nov 2005 01:02:24 +0000 Subject: [PATCH] Don't initialize candidates-group-size, give nil documemnt to candidates-charset. --- zh-py-b5.mim | 4 ++-- zh-py-gb.mim | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-py-b5.mim b/zh-py-b5.mim index 6f3ead3..6ec9801 100644 --- a/zh-py-b5.mim +++ b/zh-py-b5.mim @@ -33,8 +33,8 @@ temporarily by typing \"Z\". (title "拼B5") (variable - (candidates-group-size "" 10) - (candidates-charset "" big5)) + (candidates-group-size) + (candidates-charset nil big5)) (include (zh py) map) (include (zh py) state) diff --git a/zh-py-gb.mim b/zh-py-gb.mim index b0b7a54..e7ca0cc 100644 --- a/zh-py-gb.mim +++ b/zh-py-gb.mim @@ -33,8 +33,8 @@ temporarily by typing \"Z\". (title "拼gb") (variable - (candidates-group-size "" 10) - (candidates-charset "" gb2312.1980)) + (candidates-group-size) + (candidates-charset nil gb2312.1980)) (include (zh py) map) (include (zh py) state) -- 1.7.10.4