(mplist_put_func): Fix previous change.
authorhanda <handa>
Thu, 29 Mar 2007 12:10:41 +0000 (12:10 +0000)
committerhanda <handa>
Thu, 29 Mar 2007 12:10:41 +0000 (12:10 +0000)
src/plist.c

index aedf810..f798ee5 100644 (file)
@@ -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;