From 6171e652cd2c3b1b74df0d01b6c7d9d70c88208a Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 9 Nov 1993 21:23:57 +0000 Subject: [PATCH] Made file names 8.3 --- v7/src/6001/6001.sf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/6001/6001.sf b/v7/src/6001/6001.sf index 0033fc8da..e1c3e67e3 100644 --- a/v7/src/6001/6001.sf +++ b/v7/src/6001/6001.sf @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: 6001.sf,v 1.7 1992/09/10 07:33:15 cph Exp $ +$Id: 6001.sf,v 1.8 1993/11/09 21:23:57 adams Exp $ Copyright (c) 1991-92 Massachusetts Institute of Technology @@ -34,7 +34,7 @@ MIT in each case. |# (fluid-let ((sf/default-syntax-table syntax-table/system-internal)) (for-each sf-conditionally - '("arith" "make" "nodefs" "picture" "pic-record" "pic-image" + '("arith" "make" "nodefs" "picture" "pic-reco" "pic-imag" "pic-read" "pic-ops"))) (fluid-let ((sf/default-syntax-table -- 2.25.1