Make `print-hash-table` friendlier
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 10 Nov 2016 14:42:47 +0000 (2016-11-10) |
parents |
66af3dc24580
|
children |
2c76ffecc45e
|
branches/tags |
(none) |
files |
losh.lisp |
Changes
--- a/losh.lisp Tue Nov 08 15:47:12 2016 +0000
+++ b/losh.lisp Thu Nov 10 14:42:47 2016 +0000
@@ -1366,7 +1366,9 @@
(if (= i limit)
(list key-width :too-many-items (list (- count i) :more))
(list key-width key val))))
- stream))))
+ stream)))
+ (terpri stream)
+ (values))
;;;; Weightlists