r3614: *** empty log message ***
[hyperobject.git] / package.lisp
index daf4a32dec7ceaf60f61f72d509deb94ad75a38f..d0d3957144c16042ea11a4d2d839af65ffceaf0f 100644 (file)
@@ -1,4 +1,4 @@
-;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;; FILE IDENTIFICATION
 ;;;;
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.16 2002/12/05 18:15:23 kevin Exp $
+;;;; $Id: package.lisp,v 1.19 2002/12/13 07:33:54 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
@@ -24,7 +24,7 @@
    #:package
    #:hyperobject
    #:hyperobject-class
-   #:hyperobject-class-title
+   #:hyperobject-class-user-name
    #:load-all-subobjects
    #:view
    #:fmt-comma-integer
      clos:direct-slot-definition-class clos:compute-effective-slot-definition
      clos::compute-effective-slot-definition-initargs)
    #+sbcl 
-   `(sb-pcl:class-of sb-pcl:class-name sb-pcl:class-slots sb-pcl::standard-class
+   `(sb-pcl:class-of sb-pcl:class-name sb-pcl:class-slots sb-pcl:find-class
+     sb-pcl::standard-class
      sb-pcl::slot-definition-name sb-pcl:finalize-inheritance
      sb-pcl::standard-direct-slot-definition
      sb-pcl::standard-effective-slot-definition sb-pcl::validate-superclass
      sb-pcl:direct-slot-definition-class sb-pcl:compute-effective-slot-definition
      sb-pcl::compute-effective-slot-definition-initargs)
    #+cmu
-   `(pcl:class-of  pcl:class-name pcl:class-slots pcl::standard-class
+   `(pcl:class-of  pcl:class-name pcl:class-slots pcl:find-class pcl::standard-class
      pcl::slot-definition-name pcl:finalize-inheritance
      pcl::standard-direct-slot-definition pcl::standard-effective-slot-definition
      pcl::validate-superclass pcl:direct-slot-definition-class