X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=attrib-class.lisp;h=320354af055312ed8524123b2b6f60a293052fa0;hp=3e79325b7bdb8d021512e84af439c331fa3a934a;hb=c59bcb7e1dcdb2c2ec24422f6534a05da56e9bb5;hpb=6ca9dc00716adc2e7739803e4cd404a516461ff0 diff --git a/attrib-class.lisp b/attrib-class.lisp index 3e79325..320354a 100644 --- a/attrib-class.lisp +++ b/attrib-class.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: attrib-class.lisp,v 1.9 2003/04/29 03:50:42 kevin Exp $ +;;;; $Id: attrib-class.lisp,v 1.10 2003/04/29 05:14:11 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -51,7 +51,7 @@ on example from AMOP")) (apply #'make-instance 'attributes-esd :attributes (remove-duplicates (mapappend #'dsd-attributes dsds)) - (kmr-mop:compute-effective-slot-definition-initargs cl dsds)) + (kmr-mop::compute-effective-slot-definition-initargs cl dsds)) ) #+ignore