X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=d17b023a1daf363a8c6b168ff0e24517d3269f68;hb=52b71f23b37b79d9f23bd1ab1d8b39e42c7c18d9;hp=61b19e9854f7d030033ab83cef389b465bf2a439;hpb=4bd7e3fad38f122bc3e1d93d523670fa124c73f0;p=hyperobject.git diff --git a/package.lisp b/package.lisp index 61b19e9..d17b023 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.6 2002/11/22 15:43:22 kevin Exp $ +;;;; $Id: package.lisp,v 1.7 2002/11/22 19:48:49 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -41,11 +41,11 @@ )) (defpackage #:hyperobject-user - (:niceknames #:ho-user) + (:nicknames #:ho-user) (:use #:hyperobject #:cl #:cl-user)) (defpackage #:hyperobject-no-mop-user - (:niceknames #:ho-no-mop-user) + (:nicknames #:ho-no-mop-user) (:use #:hyperobject-no-mop #:cl #:cl-user))