X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base.lisp;h=9465155a540846d134c1b413e9b5d0c5f4d450f1;hb=63f8764fa04174678971f23f5e9ec7f35074490f;hp=56a0f938ea315ebbdbf7a1266141d84b8e65938c;hpb=031e22c93fb8303ae0c345648a1c00cbe42f47f0;p=lml.git diff --git a/base.lisp b/base.lisp index 56a0f93..9465155 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.22 2003/06/17 04:56:02 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -185,6 +185,10 @@ `(let ((,bound-keyargs ,(macroexpand `(bind-all-keyargs ,keyargs)))) ,(macroexpand `(with-no-endtag-keyargs ,tag ,bound-keyargs))))) +(defmacro jscript (&body body) + `(with script :language "JavaScript" :type "text/javascript" + ,@body)) + (defmacro xhtml-prologue () `(progn (lml-format "~A~%" (xml-prologue-string)) @@ -233,7 +237,7 @@ 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 '(jscript alink alink-c br hr img input meta link meta-key)) (export *macro-list*)) (loop for i in *macro-list*