From ce65f29497d5e0e12d2d0a3d436864a4cc9e882e Mon Sep 17 00:00:00 2001 From: Arthur Gleckler Date: Thu, 22 Aug 1991 20:32:35 +0000 Subject: [PATCH] Add make.scm to the list of files to syntax. --- v7/src/6001/6001.sf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/6001/6001.sf b/v7/src/6001/6001.sf index 400c5db75..174a9f776 100644 --- a/v7/src/6001/6001.sf +++ b/v7/src/6001/6001.sf @@ -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))) -- 2.25.1