r10302: Automated commit for Debian build of lml upstream-version-2.5.3
[lml.git] / base.lisp
index 9465155a540846d134c1b413e9b5d0c5f4d450f1..4d7a5f4fda3462b1596177aca662187a3626c206 100644 (file)
--- a/base.lisp
+++ b/base.lisp
 
 (defmacro page (out-file &body body)
   `(with-open-file (*html-output*
-                   (lml-file-name ,out-file :output)
+                   (lml-file-name ',out-file :output)
                    :direction :output
                    :if-exists :supersede)
      (xhtml-prologue)