From: handa Date: Thu, 15 Mar 2007 05:58:38 +0000 (+0000) Subject: (minput_config_variable): Check custom->vars (not X-Git-Tag: FLT-base~119 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=15dc9f7da607957f3aeb60933347bb31a46e76bb;p=m17n%2Fm17n-lib.git (minput_config_variable): Check custom->vars (not custom->cmds). --- diff --git a/src/input.c b/src/input.c index e7bbcff..de683e9 100644 --- a/src/input.c +++ b/src/input.c @@ -5356,7 +5356,7 @@ minput_config_variable (MSymbol language, MSymbol name, MSymbol variable, MInputMethodInfo *custom = get_custom_info (im_info); mplist_set (config->vars, Mnil, NULL); - if (custom && custom->cmds) + if (custom && custom->vars) { MPLIST_DO (plist, custom->vars) {