diff --git a/code/pprint.lisp b/code/pprint.lisp index 4ec0be20ab1b4dadc6e94c84dd60032ab68e63d3..e26a2b189ecfc1ecaaa566aa4210d19aa7c334db 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)