X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=757c9165bcff0bbeff02aa588d3e9e9722f32fb0;hb=8a34334f88041c6043d8e154c91aae115293ec66;hp=8646698a4649c699e749759726699f72a7be2e54;hpb=aab275e8e82b4a4a4af4749d79ca49d2dd596c1c;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 8646698..757c916 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.15 2002/12/04 16:49:23 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 @@ -112,8 +112,13 @@ #:*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 ))