Removes a property from the private properties of the current process.
mp
remove-process-private-property indicator => removedp
| indicator⇩ |
A Lisp object. |
| removedp |
A generalized boolean. |
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.
process-private-property
pushnew-to-process-private-property
remove-from-process-private-property
get-process-private-property
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:36