From e0e0162244fe21b5e2daf1ea9b1c4a58c732aa13 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 12 Nov 2002 17:35:49 +0000 Subject: [PATCH] r3393: *** empty log message *** --- debian/changelog | 6 ++++++ package.lisp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 93afc91..d65a2ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml (1.7.4-1) unstable; urgency=low + + * Fix export + + -- Kevin M. Rosenberg Mon, 11 Nov 2002 22:54:21 -0700 + cl-lml (1.7.3-1) unstable; urgency=low * Export *html-stream* diff --git a/package.lisp b/package.lisp index e3150c1..bb9b48b 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: package.lisp,v 1.2 2002/11/12 04:39:39 kevin Exp $ +;;;; $Id: package.lisp,v 1.3 2002/11/12 17:35:49 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -30,7 +30,7 @@ #:page #:lml-print #:lml-print-date - #:*html-stream* + #:*html-output* ;; files.cl #:with-dir -- 2.34.1