From 7cb2105eec35fd8ae05b38d94ed05d0ebabc845f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 19 Dec 1994 23:27:34 +0000 Subject: [PATCH] Can no longer define (edwin win-commands) package because it now depends on other undefined win32 packages. --- 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 3885aa1e5..687a292a9 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edwin.pkg,v 1.157 1994/12/19 20:48:20 cph Exp $ +$Id: edwin.pkg,v 1.158 1994/12/19 23:27:34 cph Exp $ Copyright (c) 1989-1994 Massachusetts Institute of Technology @@ -1109,7 +1109,7 @@ MIT in each case. |# x-button5-up) (export (edwin screen x-screen) update-xterm-screen-names!)) - +#| PC only: (define-package (edwin win-commands) (files "win32com") (parent (edwin)) @@ -1120,7 +1120,7 @@ MIT in each case. |# edwin-command$set-icon) (export (edwin screen win32) update-win32-screen-name!)) - +|# (define-package (edwin os2-commands) (files "os2com") (parent (edwin)) -- 2.25.1