r5097: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 12 Jun 2003 11:10:38 +0000 (11:10 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 12 Jun 2003 11:10:38 +0000 (11:10 +0000)
base.lisp

index 45a60e77012e72faac96f40a4ee41b6824fed8b0..c662fe54e7ca271e8d1598aa5babb0b429d34a7e 100644 (file)
--- a/base.lisp
+++ b/base.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: base.lisp,v 1.18 2003/06/12 00:57:02 kevin Exp $
+;;;; $Id: base.lisp,v 1.19 2003/06/12 11:10:38 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (defparameter *macro-list*
 
 (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))
+    '(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 i
+      object param caption col colgroup script noscript))
   (export '(alink alink br hr img input meta link meta-key))
   (export *macro-list*))
 
   (export '(alink alink br hr img input meta link meta-key))
   (export *macro-list*))