From 2b71e8a97624de2419eb1471193f14480e2008bf Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 27 Feb 1993 02:13:04 +0000
Subject: [PATCH] o.k., the actual problem was that hemlock was being purified
 w/o compressing its environment.  I just deleted that purify.

---
 tools/worldload.lisp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/tools/worldload.lisp b/tools/worldload.lisp
index e8f533529..25140d33a 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.55 1993/02/27 01:51:21 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.56 1993/02/27 02:13:04 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -153,9 +153,6 @@
 #-no-hemlock
 (load "lisp:hemlock/hemlock-library")
 
-#-(and no-clx no-hemlock)
-(purify :root-structures `(ed #-no-hemlock ,hi::*global-command-table*))
-
 ;;; PCL.
 ;;;
 #-no-pcl (load "pcl:pclload")
@@ -224,4 +221,5 @@
   (gc-on)
   ;;
   ;; Save the lisp.
-  (save-lisp "lisp.core"))
+  (save-lisp "lisp.core" :root-structures
+	     `(ed #-no-hemlock ,hi::*global-command-table*)))
-- 
GitLab