From 9ac16922953ad67913341fb7f10434f53f9aa602 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 12 Feb 1994 14:21:17 +0000
Subject: [PATCH] Don't call pprint-init yet, since it calls backq-pprint-init,
 which isn't loaded yet.

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

diff --git a/code/pprint.lisp b/code/pprint.lisp
index 7f3c7f36d..21460a4d3 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.17 1994/02/12 12:46:16 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.18 1994/02/12 14:21:17 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1500,4 +1500,3 @@
   (setf *pretty-printer* #'output-pretty-object)
   (setf *print-pretty* t))
 
-(pprint-init)
-- 
GitLab