X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fsave.lisp;h=fa99ce0ea7e820563fcdd11d189614ab70f3e143;hb=f0da2f63aa0b4e6d4dbf884854a4bf2dfdd01fc0;hp=c6ec320895f0b23d568dd2239e6b09fc5825e92b;hpb=4ce962e92568e52624959d8abc83f609abc3605c;p=sbcl.git diff --git a/src/code/save.lisp b/src/code/save.lisp index c6ec320..fa99ce0 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -57,6 +57,9 @@ The following &KEY arguments are defined: and runs the top level read-eval-print loop. This function returning is equivalent to (SB-EXT:QUIT :UNIX-STATUS 0) being called. + TOPLEVEL functions should always provide an ABORT restart: otherwise + code they call will run without one. + :EXECUTABLE If true, arrange to combine the SBCL runtime and the core image to create a standalone executable. If false (the default), the