r4683: Auto commit for Debian build
[kmrcl.git] / attrib-class.lisp
index 3e79325b7bdb8d021512e84af439c331fa3a934a..320354af055312ed8524123b2b6f60a293052fa0 100644 (file)
@@ -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