X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=93383b69137eb39ff189a9ba9c98a8c12d7e4ff8;hb=2b7f11038d88180777d7c6ac9a02f26c020c2c0d;hp=0c230530e479cbd9014dbcdcf9656f332527bf87;hpb=eeecdad997c633f810028c741e9562554e6f105d;p=hyperobject.git diff --git a/package.lisp b/package.lisp index 0c23053..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.2 2002/11/03 20:06:19 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 ;;;; ************************************************************************* @@ -17,12 +17,17 @@ (in-package :cl-user) (defpackage #:hyperobject + (:nicknames #:ho) (:use #:common-lisp #:kmrcl) (:export - #:ml-class - #:ml-class-title + #:hyperobject + #:hyperobject-class + #:hyperobject-base-url! + #:hyperobject-class-title #:load-all-subobjects - #:print-ho + #:print-hyperobject )) +(defpackage #:hyperobject-user + (:use #:hyperobject #:cl #:cl-user))