X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base.lisp;h=3daf7b418b698c23590e5d77bc2086234edc5d14;hb=c9eaac280a96aa795556b613fadd6586cfaaf007;hp=7898bba8e89ed75b5d638278b13b32a40d455c96;hpb=e3ff612ddc55b7cd07bb919fae9a34e6f7e3028f;p=lml.git diff --git a/base.lisp b/base.lisp index 7898bba..3daf7b4 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.17 2003/06/07 22:46:58 kevin Exp $ +;;;; $Id: base.lisp,v 1.21 2003/06/15 07:48:30 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -25,7 +25,7 @@ "") (defun xhtml-prologue-string () - "") + "") (defvar *print-spaces* nil) (defvar *indent* 0) @@ -229,9 +229,11 @@ (eval-when (:compile-toplevel :load-toplevel :execute) (defparameter *macro-list* - '(a div span h1 h2 h3 h4 h5 h6 i b p li ul ol table tbody td th tr body head - html title pre tt u dl dt dd kbd code form textarea)) - (export '(alink alink br hr img input meta link meta-key)) + '(a div span h1 h2 h3 h4 h5 h6 i b p li ul ol table tbody td th tr body + head html title pre tt u dl dt dd kbd code form textarea blockquote + var strong small samp big cite address dfn em q area del ins + object param caption col colgroup script noscript)) + (export '(alink alink-c br hr img input meta link meta-key)) (export *macro-list*)) (loop for i in *macro-list*