From 3526aab488fcd222e088067123defd94731e5e2c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 6 Jan 1995 20:37:18 +0000 Subject: [PATCH] Fix typos from last change. --- v7/src/edwin/edwin.pkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 39dbceb4a..7a9362d66 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edwin.pkg,v 1.159 1995/01/06 01:04:45 cph Exp $ +$Id: edwin.pkg,v 1.160 1995/01/06 20:37:18 cph Exp $ Copyright (c) 1989-95 Massachusetts Institute of Technology @@ -1002,7 +1002,7 @@ MIT in each case. |# (initialization (initialize-package!))) (define-package (edwin x-keys) - (file "key-x11") + (files "key-x11") (parent (edwin)) (export (edwin screen x-screen) x-make-special-key) @@ -1278,7 +1278,7 @@ MIT in each case. |# edwin-variable$vc-suppress-confirm)) (define-package (edwin rcs-parse) - (file "rcsparse") + (files "rcsparse") (parent (edwin)) (export (edwin) parse-rcs-admin -- 2.25.1