Use default syntax table for LOAD.
authorChris Hanson <org/chris-hanson/cph>
Tue, 18 Dec 2001 22:16:06 +0000 (22:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 18 Dec 2001 22:16:06 +0000 (22:16 +0000)
v7/src/edwin/autold.scm

index a09e066b346d41b953df4927ad29c6e843f055c9..5b324b8a675be386fc828ec91e8076364b9d4f93 100644 (file)
@@ -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