From: Chris Hanson Date: Tue, 18 Dec 2001 22:16:06 +0000 (+0000) Subject: Use default syntax table for LOAD. X-Git-Tag: 20090517-FFI~2376 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2ba9af4f8920ed1bce229ba99de85ee7156e7cf6;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 a09e066b3..5b324b8a6 100644 --- a/v7/src/edwin/autold.scm +++ b/v7/src/edwin/autold.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: autold.scm,v 1.58 2001/12/18 21:34:52 cph Exp $ +;;;$Id: autold.scm,v 1.59 2001/12/18 22:16:06 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 environment purify?))))))) \ No newline at end of file + (load filename environment #f purify?))))))) \ No newline at end of file