|  | ANSI Common Lisp  7 Objects  7.7 Dictionary of Objects 
 
| 7.7.41  unbound-slot-instance | Function |  
 
 Syntax:
unbound-slot-instance
condition
   instance 
Arguments and Values:
condition - a condition of type unbound-slot.
instance - an object.
 
Description:
Returns the instance which had the unbound slot in the situation
represented by the condition.          
See Also:
cell-error-name,
unbound-slot,
Section 9.1 Condition System Concepts
 
Allegro CL Implementation Details:
 None.
 |