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:
4961ab7
)
(mplist_put_func): Fix previous change.
author
handa
<handa>
Thu, 29 Mar 2007 12:10:41 +0000
(12:10 +0000)
committer
handa
<handa>
Thu, 29 Mar 2007 12:10:41 +0000
(12:10 +0000)
src/plist.c
patch
|
blob
|
history
diff --git
a/src/plist.c
b/src/plist.c
index
aedf810
..
f798ee5
100644
(file)
--- a/
src/plist.c
+++ b/
src/plist.c
@@
-1227,6
+1227,7
@@
mplist_put_func (MPlist *plist, MSymbol key, M17NFunc func)
MPLIST_KEY (plist) = (key);
MPLIST_FUNC (plist) = func;
+ MPLIST_SET_VAL_FUNC_P (plist);
if (! plist->next)
MPLIST_NEW ((plist)->next);
return plist;