From cc8e2c2612822e5bf40c68f04e492ac0597b362a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 12 Nov 2002 04:39:39 +0000 Subject: [PATCH 1/1] r3390: *** empty log message *** --- debian/changelog | 6 ++++++ package.lisp | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e17d99..93afc91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml (1.7.3-1) unstable; urgency=low + + * Export *html-stream* + + -- Kevin M. Rosenberg Mon, 11 Nov 2002 21:31:24 -0700 + cl-lml (1.7.2-1) unstable; urgency=low * Remove 'load-compiled-op from .asd file diff --git a/package.lisp b/package.lisp index f71ee39..e3150c1 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: package.lisp,v 1.1 2002/09/30 10:26:43 kevin Exp $ +;;;; $Id: package.lisp,v 1.2 2002/11/12 04:39:39 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -30,7 +30,8 @@ #:page #:lml-print #:lml-print-date - + #:*html-stream* + ;; files.cl #:with-dir #:process-dir -- 2.34.1