Skip to content
Snippets Groups Projects
Commit 8af82db0 authored by pmai's avatar pmai
Browse files

Undo exporting of *cmucl-lib* and friends, since this requires bootstrapping,

and other modifications.
parent 9cc720af
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.48 2003/03/03 23:48:31 pmai Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.49 2003/03/04 00:29:35 pmai Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -20,9 +20,7 @@ ...@@ -20,9 +20,7 @@
(in-package "EXTENSIONS") (in-package "EXTENSIONS")
(export '(print-herald *herald-items* save-lisp *before-save-initializations* (export '(print-herald *herald-items* save-lisp *before-save-initializations*
*after-save-initializations* *environment-list* *editor-lisp-p* *after-save-initializations* *environment-list* *editor-lisp-p*))
*cmucl-lib* *cmucl-core-path*
*cmucl-core-dump-time* *cmucl-core-dump-host*))
(in-package "LISP") (in-package "LISP")
(defvar *before-save-initializations* nil (defvar *before-save-initializations* nil
......
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