X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsave.lisp;h=fa99ce0ea7e820563fcdd11d189614ab70f3e143;hb=41c307979e17a33e8700c1ca92ed8b3400a301b3;hp=c6ec320895f0b23d568dd2239e6b09fc5825e92b;hpb=7976926f8112b708d5927a69923cf7a3dd003c55;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