diff --git a/ice-9/pretty-print.scm b/ice-9/pretty-print.scm index daa65c5bd..bf4aac2ac 100644 --- a/ice-9/pretty-print.scm +++ b/ice-9/pretty-print.scm @@ -250,7 +250,9 @@ (if width (out genwrite:newline-str (pp obj 0)) - (wr obj 0))) + (wr obj 0)) + ;; Return `unspecified' + (if #f #f)) ; (reverse-string-append l) = (apply string-append (reverse l))