From e6ca4d2cab63aff977d353652f77c4719411b21f Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 4 May 1993 22:29:28 +0000
Subject: [PATCH] Don't load code/inspect if we are loading clm.

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

diff --git a/tools/worldload.lisp b/tools/worldload.lisp
index 25140d33a..624774d51 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.56 1993/02/27 02:13:04 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.57 1993/05/04 22:29:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -156,7 +156,7 @@
 ;;; PCL.
 ;;;
 #-no-pcl (load "pcl:pclload")
-#-(or no-pcl no-clx) (load "code:inspect")
+#+(and no-clm (not (or no-pcl no-clx))) (load "code:inspect")
 
 ;;; CLM.
 ;;;
-- 
GitLab