From 8645b23d422b6e1e593546fc12d6adb89aecfa0a Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sat, 24 Aug 2019 16:00:47 +0800 Subject: [PATCH] fixing bug in pp-with-indent on dotted list --- lib/chibi/show/pretty.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/show/pretty.scm b/lib/chibi/show/pretty.scm index d248d86c..98a45556 100644 --- a/lib/chibi/show/pretty.scm +++ b/lib/chibi/show/pretty.scm @@ -196,7 +196,7 @@ (each first-line (cond ((not (or (null? tail) (pair? tail))) - (each ". " (pp tail pp shares))) + (each ". " (pp tail))) ((> (or (length+ (cdr ls)) +inf.0) (or indent-rule 1)) (each sep (joined/shares pp tail shares sep))) (else