0.8.0.81:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 19 Jun 2003 18:18:13 +0000 (18:18 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 19 Jun 2003 18:18:13 +0000 (18:18 +0000)
output to proper stream in DESCRIBE-OBJECT (HASH-TABLE T)

src/code/describe.lisp
version.lisp-expr

index afbb66c..20a7548 100644 (file)
@@ -90,7 +90,7 @@
          "~&~@<Its REHASH-SIZE is ~S. ~_Its REHASH-THRESHOLD is ~S.~:>"
          (hash-table-rehash-size x)
          (hash-table-rehash-threshold x))
-  (fresh-line)
+  (fresh-line s)
   (pprint-logical-block (s nil)
     (let ((count (hash-table-count x)))
       (format s "It holds ~S key/value pair~:P~:[: ~2I~_~;.~]"
index 4cd7d09..c8edac0 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.0.80"
+"0.8.0.81"