r4474: Auto commit for Debian build
[hyperobject.git] / package.lisp
index fe22efdb05de6de51616d32478c5a756472a3b9c..94de26b89d317ad4e29addf81be239f10fabe9b0 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.39 2003/03/31 16:07:08 kevin Exp $
+;;;; $Id: package.lisp,v 1.41 2003/04/12 03:30:52 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
@@ -53,8 +53,7 @@
    #+lispworks
    '(clos::compute-effective-slot-definition-initargs)
    #+kmr-sbcl-mop 
-   '(sb-pcl::compute-effective-slot-definition-initargs
-     )
+   '(sb-pcl::compute-effective-slot-definition-initargs)
    #+kmr-sbcl-pcl
    '(sb-pcl:class-of sb-pcl:class-name sb-pcl:class-slots sb-pcl:find-class
      sb-pcl::standard-class
@@ -85,6 +84,7 @@
     clos::compute-effective-slot-definition-initargs
     clos::slot-value-using-class
     clos::class-prototype clos:generic-function-method-class
+    ;; note: make-method-lambda is not fbound
     clos:intern-eql-specializer clos:make-method-lambda)
   
    :hyperobject))