From: Chris Hanson Date: Tue, 18 Dec 2001 22:17:19 +0000 (+0000) Subject: Use default syntax table for LOAD. X-Git-Tag: 20090517-FFI~2374 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6f3658c8fa0372ec9f94979761472ce9f107d76a;p=mit-scheme.git Use default syntax table for LOAD. --- 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