[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

slot-missing



    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.