X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.cl;h=d4a4f5bb70a24330868ccf97f7810cda88d1a2d4;hb=738cfb24312aa0932ff71f3cbc296fd201ce6384;hp=c5d4a7aa569b083876e96e82fce0f0efe5a90424;hpb=6c855efd20425d9ae7ca1a9a470c7068b5c8f451;p=lml.git diff --git a/lml.cl b/lml.cl index c5d4a7a..d4a4f5b 100644 --- a/lml.cl +++ b/lml.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.cl,v 1.3 2002/09/16 08:10:11 kevin Exp $ +;;;; $Id: lml.cl,v 1.4 2002/09/16 08:11:45 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,12 +19,12 @@ (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :lml) -(defconstant +html4-prologue-string+ "")) +(defconstant +html4-prologue-string+ "") -(defconstant +xml-prologue-string+ "")) +(defconstant +xml-prologue-string+ "") (defconstant +xhtml-prologue-string+ - "")) + "") (defvar *print-spaces* nil) (defvar *indent* 0)