Change command line processing to load the .scheme.init file (if there
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 23 Aug 1991 01:27:06 +0000 (01:27 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 23 Aug 1991 01:27:06 +0000 (01:27 +0000)
commit0c799ee61131cb80e2f37f5f7ce62e466201c64c
tree1c7ef4e1e5013ec68b7bba8ba3d8ee3bac0694b9
parent8347d24f13139e9baddf353af1f46ecbe2473fbb
Change command line processing to load the .scheme.init file (if there
is not a -no-init-file option) before processing all the other
runtime-system-processed command line options.  This way, if an -eval
or -load option never returns, the .scheme.init file will have already
been processed.
v7/src/runtime/load.scm
v8/src/runtime/load.scm