From: Arthur Gleckler Date: Thu, 22 Aug 1991 20:32:35 +0000 (+0000) Subject: Add make.scm to the list of files to syntax. X-Git-Tag: 20090517-FFI~10327 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ce65f29497d5e0e12d2d0a3d436864a4cc9e882e;p=mit-scheme.git Add make.scm to the list of files to syntax. --- 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)))