r3291: *** empty log message ***
[hyperobject.git] / package.lisp
index 0c230530e479cbd9014dbcdcf9656f332527bf87..da354bb1e71b953e0922f0d6111846e6484e3e23 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.2 2002/11/03 20:06:19 kevin Exp $
+;;;; $Id: package.lisp,v 1.3 2002/11/04 18:02:13 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
 (in-package :cl-user)
 
 (defpackage #:hyperobject
+  (:nicknames #:ho)
   (:use #:common-lisp #:kmrcl)
   (:export
-   #:ml-class
-   #:ml-class-title
+   #:hyperobject-class
+   #:hyperobject-base-url!
+   #:hyperobject-class-title
    #:load-all-subobjects
-   #:print-ho
+   #:print-hyperobject
    ))