projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae6272
)
(minput_config_variable): Check custom->vars (not
author
handa
<handa>
Thu, 15 Mar 2007 05:58:38 +0000
(
05:58
+0000)
committer
handa
<handa>
Thu, 15 Mar 2007 05:58:38 +0000
(
05:58
+0000)
custom->cmds).
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
e7bbcff
..
de683e9
100644
(file)
--- 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)
{