X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=b71a95da384a3960f706f300e1f6a827ca5180bf;hb=e9425347d51ee6933462b0c08c01979eee18c2eb;hp=8646698a4649c699e749759726699f72a7be2e54;hpb=aab275e8e82b4a4a4af4749d79ca49d2dd596c1c;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 8646698..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.13 2002/11/25 07:45:36 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 ;;;; @@ -23,8 +23,8 @@ (defpackage #:kmrcl (:nicknames :kl) (:use :common-lisp) - (:export #:bind-if - #:bind-when + (:export #:let-if + #:let-when #:aif #:awhen #:awhile @@ -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 @@ -112,8 +115,21 @@ #:*standard-html-header* #:*standard-xhtml-header* #:*standard-xml-header* - #:xml-cdata #:user-agent-ie-p + + ;; From xml-utils + #:wrap-with-xml + #:xml-tag-contents + #:positions-xml-tag-contents + #:xml-cdata + + ;; From console + *console-msgs* + cmsg + cmsg-c + cmsg-add + cmsg-remove + fixme ))