X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/blobdiff_plain/af33e77c00654c222a8a04a5e69a5eb1f56c1e8c..f36fbd9c42e8c151fc55de3efa1cb0520ba20927:/mdw-base.lisp diff --git a/mdw-base.lisp b/mdw-base.lisp index a41b685..95b79de 100644 --- a/mdw-base.lisp +++ b/mdw-base.lisp @@ -66,7 +66,7 @@ (defmacro show (x) "Debugging tool: print the expression X and its values." (let ((tmp (gensym))) `(let ((,tmp (multiple-value-list ,x))) - (format t "~&") + (fresh-line) (pprint-logical-block (*standard-output* nil :per-line-prefix ";; ") (format t "~S = ~@_~:I~:[#~;~:*~{~S~^ ~_~}~]"