From: Chris Hanson Date: Wed, 13 Sep 1995 21:25:13 +0000 (+0000) Subject: Change SUBPROCESS-I/O-PORT to allow setting of input and output line X-Git-Tag: 20090517-FFI~5951 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a9181b8f3d7be775f1b821ff81e87874d4b25237;p=mit-scheme.git Change SUBPROCESS-I/O-PORT to allow setting of input and output line translation independently. --- diff --git a/v7/src/runtime/process.scm b/v7/src/runtime/process.scm index 61842e42c..9b108f0c2 100644 --- a/v7/src/runtime/process.scm +++ b/v7/src/runtime/process.scm @@ -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)) (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