fix put back *current-pprint-indentation* for pretty printing hash tables

This commit is contained in:
vindarel 2020-11-06 15:07:05 +01:00
parent bf5d479e7f
commit f2f097f35b

View file

@ -251,6 +251,7 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
;; (adapted from rutils)
(defparameter *pretty-print-hash-tables* t "Pretty-print hash tables by default.")
(defparameter *current-pprint-indentation* 1)
(defun print-hash-table (ht &optional (stream *standard-output*))
"Pretty print hash-table HT to STREAM.