From f2f097f35ba3f9feb8a05d0c3bc3e492f80b54f7 Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 6 Nov 2020 15:07:05 +0100 Subject: [PATCH] fix put back *current-pprint-indentation* for pretty printing hash tables --- src/ciel.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ciel.lisp b/src/ciel.lisp index 7d66807..2c34a73 100644 --- a/src/ciel.lisp +++ b/src/ciel.lisp @@ -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.