[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
slot-missing
- To: Common-Lisp-Object-System@Sail.stanford.edu
- Subject: slot-missing
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Thu, 24 Sep 87 12:57 EDT
- In-reply-to: <870924-092749-15093@Xerox>
Date: 24 Sep 87 09:27 PDT
From: Bobrow.pa@Xerox.COM
The generic function slot-missing is called by
slot-value-using-class
(setf slot-value-using-class)
slot-bound-p
For each of these operations the corresponding symbol for the operation
argument is
slot-value
setf
slot-boundp
That should be
The generic function slot-missing is called by
slot-value-using-class
(setf slot-value-using-class)
slot-boundp-using-class
slot-makunbound-using-class
For each of these operations the corresponding symbol for the operation
argument is
slot-value
setf
slot-boundp
slot-makunbound
Otherwise it's fine.