X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=base.lisp;h=20a1677c3abde47a40baef1df288c877d8208e8b;hb=8678e687343db77d30ece4df99a1c03c529a0c0c;hp=4a03e71632aa245ba6cd35bccd957a553d3bad60;hpb=d415678930d834dd318bc7f5e29caf95b9a76716;p=lml.git diff --git a/base.lisp b/base.lisp index 4a03e71..20a1677 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.11 2003/02/17 06:48:46 kevin Exp $ +;;;; $Id: base.lisp,v 1.12 2003/03/05 04:25:09 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -49,7 +49,7 @@ (format *html-output* "~A~%" s)) (defun lml-write-char (char) - (write-char char *html-output)) + (write-char char *html-output*)) (defun lml-print-date (date) (lml-princ (date-string date)))