Changeset 728


Ignore:
Timestamp:
Mar 27, 2004, 2:44:52 AM (21 years ago)
Author:
Gary Byers
Message:

Unknown slot options in DEFCLASS: use CDR, not CADR for option value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/macros.lisp

    r599 r728  
    15901590                    `(:metaclass (find-class ',(cadr option))))
    15911591                   (t
    1592                     (list `',option-name `',(cadr option))))))
     1592                    (list `',option-name `',(cdr option))))))
    15931593             (canonicalize-slot-spec (slot)
    15941594               (if (null slot) (signal-program-error "Illegal slot NIL"))
Note: See TracChangeset for help on using the changeset viewer.