From 5543e035956fe5a7f8a144057899bac005aea63b Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 6 Nov 1992 04:10:53 +0000
Subject: [PATCH] Added an additional use of ~^ in pprint-flet so that (flet
 (nil) ...) doesn't flame out.

---
 code/pprint.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/pprint.lisp b/code/pprint.lisp
index 5c8adc2eb..69d98e149 100644
--- a/code/pprint.lisp
+++ b/code/pprint.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.10 1992/07/30 05:36:52 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.11 1992/11/06 04:10:53 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1201,7 +1201,7 @@
 (defun pprint-flet (stream list &rest noise)
   (declare (ignore noise))
   (funcall (formatter
-	    "~:<~^~W~^ ~@_~:<~@{~:<~W~^~3I ~:_~/PP:PPRINT-LAMBDA-LIST/~1I~:@_~@{~W~^ ~_~}~:>~^ ~_~}~:>~1I~@:_~@{~W~^ ~_~}~:>")
+	    "~:<~^~W~^ ~@_~:<~@{~:<~^~W~^~3I ~:_~/PP:PPRINT-LAMBDA-LIST/~1I~:@_~@{~W~^ ~_~}~:>~^ ~_~}~:>~1I~@:_~@{~W~^ ~_~}~:>")
 	   stream
 	   list))
 
-- 
GitLab