From 11053e638dc670aff395b1ab665c9b80386e6114 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 20 Nov 1997 05:51:58 +0000 Subject: [PATCH] Add some missing packages to the Win32 implementation. --- v7/src/edwin/edwin.pkg | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 0e5d8a51a..c29d1f795 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edwin.pkg,v 1.215 1997/11/20 05:27:37 cph Exp $ +$Id: edwin.pkg,v 1.216 1997/11/20 05:51:58 cph Exp $ Copyright (c) 1989-97 Massachusetts Institute of Technology @@ -1156,7 +1156,12 @@ MIT in each case. |# (global-definitions "../win32/win32") (extend-package (edwin) - (files "dos" "dosfile")) + (files "dos" + "dosfile" + "comint" ; command interpreter process stuff + "compile" ; compilation subprocess + "shell" ; shell subprocess commands + )) (extend-package (edwin dired) (files "dirw32") -- 2.25.1