Changeset 144


Ignore:
Timestamp:
Dec 19, 2003, 3:44:42 PM (21 years ago)
Author:
Gary Byers
Message:

A little clearer to say OPTION-NAME instead of (CADR OPTION) in DEFCLASS
misc-option case.

File:
1 edited

Legend:

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

    r80 r144  
    15801580                    `(:metaclass (find-class ',(cadr option))))
    15811581                   (t
    1582                     (list `',(car option) `',(cdr option))))))
     1582                    (list `',option-name `',(cadr option))))))
    15831583             (canonicalize-slot-spec (slot)
    15841584               (if (null slot) (signal-program-error "Illegal slot NIL"))
Note: See TracChangeset for help on using the changeset viewer.