Remove subprocess-job-control-available?, no longer needed and
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 5 Mar 1993 03:12:29 +0000 (03:12 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 5 Mar 1993 03:12:29 +0000 (03:12 +0000)
interfering with the Unix version.

v7/src/edwin/dos.scm

index 65f7f23880dcd3c4aa3d9fbef9c1804648c79afc..4adf89ab5fcba91390478eeb477eb30d9816d312 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: dos.scm,v 1.9 1993/02/25 08:51:55 gjr Exp $
+;;;    $Id: dos.scm,v 1.10 1993/03/05 03:12:29 gjr Exp $
 ;;;
 ;;;    Copyright (c) 1992-1993 Massachusetts Institute of Technology
 ;;;
 
 (declare (usual-integrations))
 \f
-;; This is bogus, but only used to determine whether SUSPEND-SCHEME works,
-;; which it sort of does (subshell) under DOS.
-
-(define (subprocess-job-control-available?)
-  true)
-
 (define-variable backup-by-copying-when-linked
   "True means use copying to create backups for files with multiple names.
 This causes the alternate names to refer to the latest version as edited.