From 5f70251ce635b980e06aa406d8250f44312d9074 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Wed, 2 Apr 2008 13:24:31 +0000 Subject: [PATCH] Pprint ansi-loop::loop-body like a progn. Perhaps that's not right, but it looks a little nicer. --- code/pprint.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/pprint.lisp b/code/pprint.lisp index cfe9261b6..ad911cbf3 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.64 2006/02/17 15:45:40 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.65 2008/04/02 13:24:31 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1937,6 +1937,7 @@ When annotations are present, invoke them at the right positions." ;; Other things in CMUCL that we ought to try to print out nicely. (ext:collect pprint-with-like) (ansi-loop::with-loop-list-collection-head pprint-with-like) + (ansi-loop::loop-body pprint-progn) (lisp::descend-into pprint-with-like) (vm::pseudo-atomic pprint-with-like) (new-assem:without-scheduling pprint-with-like) -- GitLab