From f00de34533f79c2fcc51d3f2ae2e68c913c00af3 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 19 May 2005 14:21:26 +0000 Subject: [PATCH] Oops. Need a space to separate the various type forms if they're short and fit on one line. --- code/pprint.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/pprint.lisp b/code/pprint.lisp index 4ec0be20a..e26a2b189 100644 --- a/code/pprint.lisp +++ b/code/pprint.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.54 2005/05/17 17:02:04 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.55 2005/05/19 14:21:26 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1425,6 +1425,7 @@ (write-char #\space stream) (pprint-newline :fill stream)))) (pprint-exit-if-list-exhausted) + (write-char #\space stream) (pprint-newline :linear stream)))) (defun pprint-defun (stream list &rest noise) -- GitLab