r2958: *** empty log message ***
[kmrcl.git] / package.lisp
index fb964605b7dd15e9566152bce548a91f387a408f..ae3d14acd06d56c0cde09bf3b979d909c8f547cb 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.1 2002/10/06 13:21:47 kevin Exp $
+;;;; $Id: package.lisp,v 1.3 2002/10/09 14:24:47 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -20,7 +20,7 @@
 (in-package :cl-user)
 
 (defpackage #:kmrcl
-  (:nicknames :k)
+  (:nicknames :kl)
   (:use :common-lisp
        #+(or aserve allegro) :net.html.generator 
        #+(or aserve allegro) :net.aserve
          #:ml-class-title
          #:load-all-subobjects
          #:display-ml-class
+         #:xml-cdata
          ))