r3474: *** empty log message ***
[hyperobject.git] / package.lisp
index 18acce7baefb7e2a1e115fa03b471800aea8ea2a..3cccf37ec8917be01bdb7955475599de3b8c582d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.1 2002/11/03 19:59:10 kevin Exp $
+;;;; $Id: package.lisp,v 1.12 2002/11/25 07:45:35 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
 (in-package :cl-user)
 
 (defpackage #:hyperobject
-  (:use #:common-lisp)
+  (:nicknames #:ho)
+  (:use #:common-lisp #:kmrcl)
   (:export
-   #:ml-class
-   #:ml-class-title
+   #:package
+   #:hyperobject
+   #:hyperobject-class
+   #:hyperobject-class-title
    #:load-all-subobjects
-   #:print-ho
+   #:view
    ))
 
+(defpackage #:hyperobject-user
+  (:nicknames #:ho-user)
+  (:use #:hyperobject #:cl #:cl-user))
+