Add make.scm to the list of files to syntax.
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Thu, 22 Aug 1991 20:32:35 +0000 (20:32 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Thu, 22 Aug 1991 20:32:35 +0000 (20:32 +0000)
v7/src/6001/6001.sf

index 400c5db750a8368ce58a9cd92a9d6c23e93be093..174a9f776389cdc702c6c848533c28f52ad9a2ab 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.sf,v 1.1 1991/08/22 17:42:15 arthur Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.sf,v 1.2 1991/08/22 20:32:35 arthur Exp $
 
 Copyright (c) 1991 Massachusetts Institute of Technology
 
@@ -34,8 +34,8 @@ MIT in each case. |#
 
 (fluid-let ((sf/default-syntax-table syntax-table/system-internal))
   (for-each sf-conditionally
-           '("arith" "nodefs" "picture" "pic-record" "pic-image" "pic-read"
-                     "pic-ops")))
+           '("arith" "make" "nodefs" "picture" "pic-record" "pic-image"
+                     "pic-read" "pic-ops")))
 
 ;; Guarantee that the package modeller is loaded.
 (if (not (name->package '(CROSS-REFERENCE)))