X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=82e138b76204ea566148aadf1a42029da90e6a56;hb=e33b1d6f19c4a011cfce8c796df00f2d066cfd90;hp=d17b023a1daf363a8c6b168ff0e24517d3269f68;hpb=13e3ab1f2045c54401aeebeb5eff49c55649fd27;p=hyperobject.git diff --git a/package.lisp b/package.lisp index d17b023..82e138b 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.7 2002/11/22 19:48:49 kevin Exp $ +;;;; $Id: package.lisp,v 1.8 2002/11/23 20:59:47 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -17,16 +17,16 @@ (in-package :cl-user) (defpackage #:hyperobject - (:nicknames #:ho-mop) + (:nicknames #:ho) (:use #:common-lisp #:kmrcl) (:export - #:define-hyperobject #:hyperobject #:hyperobject-class #:hyperobject-base-url! #:hyperobject-class-title #:load-all-subobjects #:print-hyperobject + #:comma-integer )) (defpackage #:hyperobject-no-mop