X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base.lisp;h=577622cc0c70c367ea3d472a2ed1741fe6c74623;hb=31bc4b94e02797673ab487d61b5809edd8e8f929;hp=d90ae6256352578bcd2cec0383702ca79757296d;hpb=1ce957097f5dfb282980d9e2e778075521143b5e;p=lml.git diff --git a/base.lisp b/base.lisp index d90ae62..577622c 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.5 2003/01/17 22:16:25 kevin Exp $ +;;;; $Id: base.lisp,v 1.6 2003/01/26 21:35:27 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -228,8 +228,8 @@ (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 tr body head - html title pre tt u dl dt dd kbd code form)) + '(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 '(link link-c br hr img input meta meta-key)) (export *macro-list*))