X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=da354bb1e71b953e0922f0d6111846e6484e3e23;hb=c257d1813b0eb826e8473ea267b60a16cf5d531c;hp=0c230530e479cbd9014dbcdcf9656f332527bf87;hpb=eeecdad997c633f810028c741e9562554e6f105d;p=hyperobject.git diff --git a/package.lisp b/package.lisp index 0c23053..da354bb 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.3 2002/11/04 18:02:13 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -17,12 +17,14 @@ (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 ))