X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsave.lisp;h=7f0abb02fe7741e7788d65e19752304730ab70e6;hb=b1de52969f584c63d43fb35da4a8a6a4e0e619f0;hp=326b8ba90e36964d5535187b6df010f88333ca17;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/save.lisp b/src/code/save.lisp index 326b8ba..7f0abb0 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -39,7 +39,7 @@ ;;; image to make a running Lisp, the memory never gets reclaimed. ;;; (But with the PURIFY option it seems to work OK.) (defun save-lisp-and-die (core-file-name &key - (toplevel #'toplevel) + (toplevel #'toplevel-init) (purify nil) (root-structures ()) (environment-name "auxiliary"))