X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=package.lisp;h=b71a95da384a3960f706f300e1f6a827ca5180bf;hp=757c9165bcff0bbeff02aa588d3e9e9722f32fb0;hb=29aa484de6bd54a2a38792057a2d9f72b534a42c;hpb=8a34334f88041c6043d8e154c91aae115293ec66 diff --git a/package.lisp b/package.lisp index 757c916..b71a95d 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.15 2002/12/04 16:49:23 kevin Exp $ +;;;; $Id: package.lisp,v 1.16 2002/12/13 21:59:57 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -65,8 +65,6 @@ #:indent-spaces #:print-list #:print-rows - #:concat-symbol - #:concat-symbol-pkg #:file-subst #:stream-subst #:remove-tree-if @@ -83,7 +81,12 @@ #:in #:mean #:with-gensyms - + + ;; symbols.lisp + #:ensure-keyword + #:concat-symbol + #:concat-symbol-pkg + ;; From attrib-class.lisp #:attributes-class #:slot-attribute @@ -119,6 +122,14 @@ #:xml-tag-contents #:positions-xml-tag-contents #:xml-cdata + + ;; From console + *console-msgs* + cmsg + cmsg-c + cmsg-add + cmsg-remove + fixme ))