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

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