Change SUBPROCESS-I/O-PORT to allow setting of input and output line
authorChris Hanson <org/chris-hanson/cph>
Wed, 13 Sep 1995 21:25:13 +0000 (21:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 13 Sep 1995 21:25:13 +0000 (21:25 +0000)
translation independently.

v7/src/runtime/process.scm

index 61842e42c0b134f94bb98d2f55fbc791ccb88d8f..9b108f0c2f287fd8fd461c46b333eff6c20b9156 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: process.scm,v 1.17 1995/09/13 19:58:39 cph Exp $
+$Id: process.scm,v 1.18 1995/09/13 21:25:13 cph Exp $
 
 Copyright (c) 1989-95 Massachusetts Institute of Technology
 
@@ -86,7 +86,7 @@ MIT in each case. |#
   (1d-table/remove! (subprocess-properties process) key))
 \f
 (define (subprocess-i/o-port process #!optional
-                            input-line-translation outnput-line-translation)
+                            input-line-translation output-line-translation)
   (let* ((input-line-translation
          (if (default-object? input-line-translation)
              'DEFAULT