(minput_config_variable): Check custom->vars (not
authorhanda <handa>
Thu, 15 Mar 2007 05:58:38 +0000 (05:58 +0000)
committerhanda <handa>
Thu, 15 Mar 2007 05:58:38 +0000 (05:58 +0000)
custom->cmds).

src/input.c

index e7bbcff..de683e9 100644 (file)
@@ -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)
            {