From: Stephen Adams Date: Tue, 9 Nov 1993 21:24:16 +0000 (+0000) Subject: Make file names 8.3 X-Git-Tag: 20090517-FFI~7557 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8cbd15b71a008397b29e45f77702802604c657bb;p=mit-scheme.git Make file names 8.3 --- diff --git a/v7/src/6001/6001.pkg b/v7/src/6001/6001.pkg index d1ada68e0..ddd55c256 100644 --- a/v7/src/6001/6001.pkg +++ b/v7/src/6001/6001.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.pkg,v 1.7 1992/09/01 22:25:24 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.pkg,v 1.8 1993/11/09 21:24:16 adams Exp $ Copyright (c) 1991-92 Massachusetts Institute of Technology @@ -114,9 +114,9 @@ MIT in each case. |# (define-package (student pictures) (files "picture" - "pic-record" + "pic-reco" "pic-read" - "pic-image" + "pic-imag" "pic-ops") (parent ()) (import (runtime x-graphics)