All Manuals > LispWorks® User Guide and Reference Manual > 42 The MP Package

remove-from-process-private-property Function

Summary

Removes a value from a private property of the current process.

Package

mp

Signature

remove-from-process-private-property indicator value &key test => result

Arguments
indicator
A Lisp object.
value
A Lisp object.
test
A function designator for a function of two arguments.
Values
result
A list.
Description

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.

See also

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