From 88b257b37e11882815f12238940a60a331b3e017 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 15 Jul 1988 09:16:06 +0000 Subject: [PATCH] Purify option files as they are loaded. --- v7/src/runtime/option.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)) -- 2.25.1