From 18de64208baed0219ee68c94eeac82e74d16af52 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 10 Sep 1992 07:33:15 +0000 Subject: [PATCH] Add "floppy" to the list of files that need compilation. --- v7/src/6001/6001.sf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/6001/6001.sf b/v7/src/6001/6001.sf index bd335b325..0033fc8da 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.6 1992/09/01 20:55:54 cph Exp $ +$Id: 6001.sf,v 1.7 1992/09/10 07:33:15 cph Exp $ Copyright (c) 1991-92 Massachusetts Institute of Technology @@ -39,7 +39,8 @@ MIT in each case. |# (fluid-let ((sf/default-syntax-table (access edwin-syntax-table (->environment '(edwin))))) - (sf-conditionally "edextra")) + (sf-conditionally "edextra") + (sf-conditionally "floppy")) ;; Guarantee that the package modeller is loaded. (if (not (name->package '(CROSS-REFERENCE))) -- 2.25.1