From: Chris Hanson Date: Thu, 10 Sep 1992 07:33:15 +0000 (+0000) Subject: Add "floppy" to the list of files that need compilation. X-Git-Tag: 20090517-FFI~8986 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=18de64208baed0219ee68c94eeac82e74d16af52;p=mit-scheme.git Add "floppy" to the list of files that need compilation. --- 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)))