From 99a2e221f9df62d71f2e3080ab4e5c8a5cc2023a Mon Sep 17 00:00:00 2001
From: hallgren <hallgren>
Date: Thu, 22 Jul 1993 00:08:57 +0000
Subject: [PATCH] Comment out (load "code:inspect") cause it isn't used and it
 has errors.

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

diff --git a/tools/worldload.lisp b/tools/worldload.lisp
index 02d8f5716..520f97c7d 100644
--- a/tools/worldload.lisp
+++ b/tools/worldload.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.59 1993/07/05 01:06:35 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.60 1993/07/22 00:08:57 hallgren Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -156,7 +156,7 @@
 ;;; PCL.
 ;;;
 #-no-pcl (load "pcl:pclload")
-#+(and no-clm (not (or no-pcl no-clx))) (load "code:inspect")
+; #+(and no-clm (not (or no-pcl no-clx))) (load "code:inspect")
 
 ;;; CLM.
 ;;;
-- 
GitLab