When loading a .scm file, fetch the repl environment and syntax table
authorChris Hanson <org/chris-hanson/cph>
Mon, 4 Jun 1990 20:45:55 +0000 (20:45 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 4 Jun 1990 20:45:55 +0000 (20:45 +0000)
commit1e405cf0afd332eca326ea51fcd5aa90ed178ee7
tree04a08f9568ef6b8dc618d64b7bd2b0a789fde9d1
parent5ef592f30c465e05653b19ac78e67317fac7c481
When loading a .scm file, fetch the repl environment and syntax table
at the beginning of the load rather than for each expression in the
file.  This means that changing the repl environment or syntax table
in the file will have no effect on the load.
v7/src/runtime/load.scm
v8/src/runtime/load.scm