Skip to content
Snippets Groups Projects
Commit f549d5cf authored by wlott's avatar wlott
Browse files

Load save at worldbuild time instead of worldload time so that sunos-os

can refer to *before-save-initializations*.
parent c4de1f7d
No related branches found
No related tags found
No related merge requests found
......@@ -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.32 1991/07/16 17:38:47 chiles Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.33 1991/09/26 13:28:33 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -44,9 +44,6 @@
(setf (ext:search-list "pcl:") '("lisp:pcl/"))
(setf (ext:search-list "tools:") '("lisp:tools/"))
;;; This must be here, because it's where assert-user-package is defined.
(load "code:save")
;;; Make sure the core will start up in the user package.
(lisp::assert-user-package)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment