From 1d6161a65e35ffdc887c5d935b5a3c2d5e159549 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Thu, 5 Jan 2006 16:13:56 +0000
Subject: [PATCH] WITH-SLOTS and WITH-ACCESSORS should probably be pprint'ed
 more like MULTIPLE-VALUE-BIND and than like WITH-OPEN-FILE and friends.

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

diff --git a/code/pprint.lisp b/code/pprint.lisp
index c0adb0542..b7092f9af 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.57 2005/09/13 14:40:59 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.58 2006/01/05 16:13:56 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1920,8 +1920,8 @@ When annotations are present, invoke them at the right positions."
     (defclass pprint-defclass)
     (defmethod pprint-defmethod)
     (defgeneric pprint-defgeneric)
-    (with-slots pprint-with-like)
-    (with-accessors pprint-with-like)
+    (with-slots pprint-multiple-value-bind)
+    (with-accessors pprint-multiple-value-bind)
     
 
     ;; Other things in CMUCL that we ought to try to print out nicely.
-- 
GitLab