Update domain name to kpe.io
[lml.git] / package.lisp
index 0c02e84a7c335e5dc4be7fe74a773f3cd066c43d..731814953c8abc2dff53feebdb9c45063801344b 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: package.lisp,v 1.4 2003/01/17 22:16:25 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -16,7 +16,7 @@
 ;;;; (http://www.gnu.org/licenses/gpl.html)
 ;;;; *************************************************************************
 
-(in-package :cl-user)
+(in-package #:cl-user)
 
 (defpackage #:lisp-markup-language
   (:use #:common-lisp)
@@ -24,6 +24,7 @@
   (:export
 
    ;; base.lisp
+   #:*print-spaces*
    #:reset-indent
    #:with
    #:print-page
    #:lml-print
    #:lml-princ
    #:lml-write-char
+   #:lml-write-string
    #:lml-print-date
    #:*html-output*
-   
+
    ;; files.lisp
    #:with-dir
    #:process-dir
@@ -47,7 +49,7 @@
    #:std-body
    #:std-head
    #:titled-pre-section
-   
+
    ;; downloads.lisp
    #:std-dl-page
    #:full-dl-page