From: Chris Hanson Date: Mon, 19 Dec 1994 23:27:34 +0000 (+0000) Subject: Can no longer define (edwin win-commands) package because it now X-Git-Tag: 20090517-FFI~6841 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7cb2105eec35fd8ae05b38d94ed05d0ebabc845f;p=mit-scheme.git Can no longer define (edwin win-commands) package because it now depends on other undefined win32 packages. --- 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))