Skip to content
Snippets Groups Projects
Commit 8dd5b1af authored by dtc's avatar dtc
Browse files

Initialize the *environment-list* before running the after-save

initializations so that the environment-list is available to them.
parent cb7e8d1d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.35 1998/05/04 00:05:54 dtc Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.36 1998/06/24 20:30:36 dtc Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -163,8 +163,8 @@
(with-simple-restart (abort "Skip remaining initializations.")
(catch 'top-level-catcher
(reinit)
(dolist (f *after-save-initializations*) (funcall f))
(environment-init)
(dolist (f *after-save-initializations*) (funcall f))
(when process-command-line
(ext::process-command-strings))
(setf *editor-lisp-p* 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