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

remove-process-private-property Function

Summary

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

Package

mp

Signature

remove-process-private-property indicator => removedp

Arguments
indicator
A Lisp object.
Values
removedp
A generalized boolean.
Description

The function remove-process-private-property removes the property associated with indicator from the private properties of the current process.

Note that removing a property is different from setting its value to nil, because when process-private-property is called with a default for a property that was removed, it returns the default, but for a property that was set to nil it returns nil.

See also

process-private-property
pushnew-to-process-private-property
remove-from-process-private-property
get-process-private-property


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51