From d413b573bbe05202e2ed736921cf27f51efed918 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 8 Nov 2005 01:04:11 +0000 Subject: [PATCH] Don't initialize candidates-group-size, give nil documemnt to candidates-charset. --- zh-tonepy-b5.mim | 4 ++-- zh-tonepy-gb.mim | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-tonepy-b5.mim b/zh-tonepy-b5.mim index f042285..9f84c0c 100644 --- a/zh-tonepy-b5.mim +++ b/zh-tonepy-b5.mim @@ -33,8 +33,8 @@ temporarily by typing \"Z\". (title "调拼b5") (variable - (candidates-group-size "" 10) - (candidates-charset "" gb2312.1980)) + (candidates-group-size) + (candidates-charset nil big5)) (include (zh tonepy) map) (include (zh tonepy) state) diff --git a/zh-tonepy-gb.mim b/zh-tonepy-gb.mim index b8b5e88..8a7bfcf 100644 --- a/zh-tonepy-gb.mim +++ b/zh-tonepy-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 tonepy) map) (include (zh tonepy) state) -- 1.7.10.4