From fabf09c1c7d927c0fff79a80b56dda3c30054662 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 3 Oct 1990 09:59:21 +0000
Subject: [PATCH] Added load of query, 'cause it got left out. #|...|#'ed the
 :constants arg to purify, 'cause it doesn't work.

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

diff --git a/tools/worldload.lisp b/tools/worldload.lisp
index 56646e302..d12ed76ea 100644
--- a/tools/worldload.lisp
+++ b/tools/worldload.lisp
@@ -67,6 +67,7 @@
 (load "code:sysmacs")
 (load "code:pprint")
 (load "code:run-program")
+(load "code:query")
 
 ;;; Load the compiler.
 (load "c:loadcom.lisp")
@@ -184,4 +185,5 @@ Don't install any dir translations, 'cause we want the real things.
 				extensions:save-lisp
 				,lisp::fop-codes
 				compile-file)
-	     :constants (cadr *info-environment*)))
+	     #| :constants (cadr *info-environment*) |#
+	     ))
-- 
GitLab