X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=incore.lsp;h=5cd646b19c4890418daf6e3d92f1a9b9ee8becce;hb=53f00efd21447f586486d39d11f5dcc357d3a340;hp=5d0bef576c71e0932f4d69c6c244bea58b24b879;hpb=847374b07fb0742fdbb53a1eb9cb0e58a92d5264;p=rrq%2Fnewlisp%2Fpacknl.git diff --git a/incore.lsp b/incore.lsp index 5d0bef5..5cd646b 100644 --- a/incore.lsp +++ b/incore.lsp @@ -67,10 +67,10 @@ (constant 'load - (letex (LOAD load) + (letex ((LOAD load) (CTX '(or (and (1 (args)) (args 1)) MAIN))) (fn () (if (archives (args 0)) - (eval-string (archive:get $it (args 0)) MAIN) - (LOAD (args 0))))) + (eval-string (archive:get $it (args 0)) CTX) + (LOAD (args 0) CTX)))) 'read-file (letex (READ-FILE read-file) (fn ()