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

NextPrevUpTopContentsIndex

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.

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.

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

NextPrevUpTopContentsIndex