X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Fpackage.lisp;h=5d93991a627a14ed3c498ffd49a5fcdb3d77973d;hb=5da5fb17e3c3e1c3a2fa289666e0f50dc3b223c4;hp=e7bd839d9a55b10c584a8f689708c72112e8ec90;hpb=db645c41bbe9918d7b3f7b2b4967b0c4fcedee94;p=lml.git diff --git a/2/package.lisp b/2/package.lisp index e7bd839..5d93991 100644 --- a/2/package.lisp +++ b/2/package.lisp @@ -17,13 +17,13 @@ (in-package #:cl-user) (defpackage #:lisp-markup-language-2 - (:use #:common-lisp) + (:use #:common-lisp #:kmrcl) (:nicknames #:lml2) (:export ;; data.lisp #:*html-stream* - + ;; base.lisp #:html-file-page #:dtd-prologue @@ -35,7 +35,7 @@ #:lml-print-date #:alink #:alink-c - + ;; htmlgen.lisp #:html #:html-print #:html-print-subst #:html-print-list #:html-print-list-subst #:html-stream #:*html-stream* @@ -53,7 +53,7 @@ #:std-body #:std-head #:titled-pre-section - + ;; downloads.lisp #:std-dl-page #:full-dl-page