Add some utility functions
This commit is contained in:
@ -2594,8 +2594,8 @@ DEFUN(plist_rem, "plist-rem", (LispVal * plist, LispVal *key, LispVal *pred)) {
|
||||
return refcount_ref(TAIL(TAIL(plist)));
|
||||
} else {
|
||||
Fsettail(TAIL(prev), TAIL(TAIL(cur)));
|
||||
return refcount_ref(plist);
|
||||
}
|
||||
return Qnil;
|
||||
}
|
||||
}
|
||||
return refcount_ref(plist);
|
||||
|
Reference in New Issue
Block a user