Use new mechanism to bind syntax tables to environments.
authorChris Hanson <org/chris-hanson/cph>
Thu, 30 Apr 1998 21:32:41 +0000 (21:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 30 Apr 1998 21:32:41 +0000 (21:32 +0000)
v7/src/edwin/edwin.ldr

index 30efbc002a5e140e47cf1c8286dbb8f66ffc24e5..0ca4cd0208285beabecae950be4c1560a425a4d2 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: edwin.ldr,v 1.60 1997/10/22 05:10:53 cph Exp $
+$Id: edwin.ldr,v 1.61 1998/04/30 21:32:41 cph Exp $
 
-Copyright (c) 1989-97 Massachusetts Institute of Technology
+Copyright (c) 1989-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -93,6 +93,8 @@ MIT in each case. |#
        (load "strtab" environment)
        (load "strpad" environment)
        (load "macros" (->environment '(EDWIN MACROS)))
+       (set-environment-syntax-table! environment
+                                      (access edwin-syntax-table environment))
        (load "class" environment)
        (load "clscon" (->environment '(EDWIN CLASS-CONSTRUCTOR)))
        (load "clsmac" (->environment '(EDWIN CLASS-MACROS)))