r4160: Auto commit for Debian build
[lml.git] / base.lisp
index 4a03e71632aa245ba6cd35bccd957a553d3bad60..20a1677c3abde47a40baef1df288c877d8208e8b 100644 (file)
--- 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)))