X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=base.lisp;h=01b3c7666e6b0565b60fd635654a083aef4b9ef3;hp=655ba80f961288d6b781bbdd5e9c372ae56d5cc4;hb=baab0724ae6b89da695994a9ca394b47a0559dc4;hpb=2073dd5bd54fc1bb53e994edcc77b397849d51c4 diff --git a/base.lisp b/base.lisp index 655ba80..01b3c76 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/06/24 17:48:41 kevin Exp $ +;;;; $Id: base.lisp,v 1.6 2003/06/29 16:21:09 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -64,8 +64,8 @@ (lml-write-char #\newline)) -(defmacro page ((out-file &key (format :xhtml11)) - &body body) +(defmacro html-file-page ((out-file &key (format :xhtml11)) + &body body) `(with-open-file (*html-stream* (lml-file-name ,out-file :output) :direction :output