Removes a value from a private property of the current process.
mp
remove-from-process-private-property indicator value &key test => result
indicator⇩ |
A Lisp object. |
value⇩ |
A Lisp object. |
test⇩ |
A function designator for a function of two arguments. |
result |
A list. |
The function remove-from-process-private-property
removes value from the value of the private property associated with indicator for the current process. Values are compared using test, which defaults to eql.
It behaves just like remove-from-process-property.
process-private-property
remove-from-process-property
remove-process-private-property
get-process-private-property
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51