From: Chris Hanson Date: Fri, 15 Jul 1988 09:16:06 +0000 (+0000) Subject: Purify option files as they are loaded. X-Git-Tag: 20090517-FFI~12664 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=88b257b37e11882815f12238940a60a331b3e017;p=mit-scheme.git Purify option files as they are loaded. --- diff --git a/v7/src/runtime/option.scm b/v7/src/runtime/option.scm index 03466fdbd..64a08a3dd 100644 --- a/v7/src/runtime/option.scm +++ b/v7/src/runtime/option.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/option.scm,v 14.2 1988/07/15 08:44:38 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/option.scm,v 14.3 1988/07/15 09:16:06 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -53,7 +53,9 @@ MIT in each case. |# (for-each (lambda (filename) (load (merge-pathnames (string->pathname filename) pathname) - environment)) + environment + syntax-table/system-internal + true)) (cddr descriptor)) (eval (cadr descriptor) environment))) (cdr entry))