From a5375b8b8ba1b8ddc0549a076da41aed1cc4f0a1 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 30 Oct 1994 21:50:40 +0000
Subject: [PATCH] load PCL first, since clx depends on it now.

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

diff --git a/tools/clmcom.lisp b/tools/clmcom.lisp
index f05c75b2e..55615682a 100644
--- a/tools/clmcom.lisp
+++ b/tools/clmcom.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/clmcom.lisp,v 1.16 1994/10/29 03:08:02 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.17 1994/10/30 21:50:40 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -19,8 +19,8 @@
 
 ;;; If CLX and PCL have not been loaded, then load them.
 ;;;
-#-clx(load "target:clx/clx-library")
 #-pcl(load "target:pcl/pclload")
+#-clx(load "target:clx/clx-library")
 
 (pushnew :motif *features*)
 
-- 
GitLab