From 6f3658c8fa0372ec9f94979761472ce9f107d76a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 18 Dec 2001 22:17:19 +0000 Subject: [PATCH] Use default syntax table for LOAD. --- v7/src/edwin/autold.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/autold.scm b/v7/src/edwin/autold.scm index 5b324b8a6..20a114e86 100644 --- a/v7/src/edwin/autold.scm +++ b/v7/src/edwin/autold.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: autold.scm,v 1.59 2001/12/18 22:16:06 cph Exp $ +;;;$Id: autold.scm,v 1.60 2001/12/18 22:17:19 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; @@ -224,4 +224,4 @@ Second arg PURIFY? means purify the file's contents after loading; (lambda () (fluid-let ((load/suppress-loading-message? #t) (*parser-canonicalize-symbols?* #t)) - (load filename environment #f purify?))))))) \ No newline at end of file + (load filename environment 'DEFAULT purify?))))))) \ No newline at end of file -- 2.25.1