The function
remove-process-property
removes the general property associated with
indicator
from the process
process
.
If
process
is not supplied or is
nil
, the current process (that is, the result of calling get-current-process) is used.
Note that removing a property is different from setting its value to
nil
, because when process-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
.