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 - 20 Sep 2017