From: Chris Hanson Date: Sat, 26 Oct 1991 21:54:48 +0000 (+0000) Subject: Eliminate SHELL-COMMAND-REGION. X-Git-Tag: 20090517-FFI~10115 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cad4e77cc10110a30584eee9b377dd02f387741b;p=mit-scheme.git Eliminate SHELL-COMMAND-REGION. --- diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 1007af656..c963389e8 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.65 1991/10/21 23:40:56 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.66 1991/10/26 21:54:48 cph Exp $ Copyright (c) 1989-91 Massachusetts Institute of Technology @@ -872,7 +872,6 @@ MIT in each case. |# set-process-kill-without-query! set-process-sentinel! shell-command - shell-command-region start-process stop-process run-synchronous-process))