Changeset 12582
- Timestamp:
- 04/08/10 19:38:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/StandardClass.java
r12576 r12582 70 70 symPrecedenceList, 71 71 symDirectMethods, 72 symDocumentation,73 72 symDirectSlots, 74 73 symSlots, 75 74 symDirectDefaultInitargs, 76 75 symDefaultInitargs, 77 symFinalizedP), 76 symFinalizedP, 77 symDocumentation), 78 78 NIL) 79 79 { … … 343 343 helperMakeSlotDefinition("DIRECT-DEFAULT-INITARGS", initFunction), 344 344 helperMakeSlotDefinition("DEFAULT-INITARGS", initFunction), 345 helperMakeSlotDefinition("FINALIZED-P", initFunction)); 345 helperMakeSlotDefinition("FINALIZED-P", initFunction), 346 helperMakeSlotDefinition("DOCUMENTATION", initFunction)); 346 347 } 347 348
Note: See TracChangeset
for help on using the changeset viewer.