Next: , Previous: setf property-value, Up: Properties Dictionary


property-makunbound
— Function: property-makunbound object property-name

=> object

Arguments and Values:

object — An object.

property-name — A symbol naming a direct property of object.

Description:

PROPERTY-MAKUNBOUND will remove only a direct property from object. This will make the property unbound (only directly).

Attempting to remove a property which isn't direct will signal a condition of type UNBOUND-PROPERTY.