From bdb5b67ddd98be246d7f8c4787b4c655792884ad Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 20 Jun 2003 08:35:22 +0000 Subject: [PATCH] r5167: *** empty log message *** --- base.lisp | 8 ++++++-- debian/compat | 1 + debian/rules | 2 -- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 debian/compat diff --git a/base.lisp b/base.lisp index 56a0f93..5a51d4f 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: base.lisp,v 1.23 2003/06/20 08:35:22 kevin Exp $ ;;;; ;;;; 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* diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/rules b/debian/rules index d163ddb..980801e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - pkg := lml debpkg := cl-lml -- 2.34.1