From a9181b8f3d7be775f1b821ff81e87874d4b25237 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 13 Sep 1995 21:25:13 +0000 Subject: [PATCH] Change SUBPROCESS-I/O-PORT to allow setting of input and output line translation independently. --- v7/src/runtime/process.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1