r5062: return from san diego
[lml.git] / package.lisp
index 0c02e84a7c335e5dc4be7fe74a773f3cd066c43d..d3eae52a711846c5ba15e5ceb826df4138e857eb 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: package.lisp,v 1.6 2003/06/06 21:59:30 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; (http://www.gnu.org/licenses/gpl.html)
 ;;;; *************************************************************************
 
-(in-package :cl-user)
+(in-package cl-user)
 
-(defpackage #:lisp-markup-language
+(defpackage lisp-markup-language
   (:use #:common-lisp)
   (:nicknames #:lml)
   (:export
 
    ;; base.lisp
+   #:*print-spaces*
    #:reset-indent
    #:with
    #:print-page
@@ -32,6 +33,7 @@
    #:lml-print
    #:lml-princ
    #:lml-write-char
+   #:lml-write-string
    #:lml-print-date
    #:*html-output*