X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=package.lisp;h=93383b69137eb39ff189a9ba9c98a8c12d7e4ff8;hb=2b7f11038d88180777d7c6ac9a02f26c020c2c0d;hp=da354bb1e71b953e0922f0d6111846e6484e3e23;hpb=c257d1813b0eb826e8473ea267b60a16cf5d531c;p=hyperobject.git diff --git a/package.lisp b/package.lisp index da354bb..93383b6 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.3 2002/11/04 18:02:13 kevin Exp $ +;;;; $Id: package.lisp,v 1.4 2002/11/04 19:19:04 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -20,6 +20,7 @@ (:nicknames #:ho) (:use #:common-lisp #:kmrcl) (:export + #:hyperobject #:hyperobject-class #:hyperobject-base-url! #:hyperobject-class-title @@ -27,4 +28,6 @@ #:print-hyperobject )) +(defpackage #:hyperobject-user + (:use #:hyperobject #:cl #:cl-user))