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

NextPrevUpTopContentsIndex

pushnew-to-process-private-property

Function
Summary

Pushes a new value to a private property of the current process.

Package

mp

Signature

pushnew-to-process-private-property indicator value &key test => result

Arguments

indicator

A Lisp object.

value

A Lisp object.

test

A function designator for a function of two arguments.

Values

result

A list.

Description

The function pushnew-to-process-private-property pushes value to the value of the private property associated with indicator for the current process.

It behaves just like pushnew-to-process-property.

See also

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


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex