When loading a .scm file, fetch the repl environment and syntax table
authorChris Hanson <org/chris-hanson/cph>
Mon, 4 Jun 1990 20:46:42 +0000 (20:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 4 Jun 1990 20:46:42 +0000 (20:46 +0000)
commit4b6673009fa6407a3ceb8f4d195b0808209ea832
tree0eb782016dd1359e0000a3086214df16b5ede415
parent1e405cf0afd332eca326ea51fcd5aa90ed178ee7
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