From 9de13d951d089623e1ab3a74450bd8c5d5302f95 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 21 Oct 1993 12:25:15 +0000 Subject: [PATCH] Remove ERROR-OUTPUT-PORT. --- v7/src/runtime/rep.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/rep.scm b/v7/src/runtime/rep.scm index edc6b37d3..c55fa98df 100644 --- a/v7/src/runtime/rep.scm +++ b/v7/src/runtime/rep.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: rep.scm,v 14.42 1993/10/21 12:14:18 cph Exp $ +$Id: rep.scm,v 14.43 1993/10/21 12:25:15 cph Exp $ Copyright (c) 1988-93 Massachusetts Institute of Technology @@ -478,7 +478,7 @@ MIT in each case. |# (fluid-let ((*unparser-list-depth-limit* 25) (*unparser-list-breadth-limit* 100) (*unparser-string-length-limit* 500)) - (condition/report-string condition port))))) + (condition/report-string condition))))) (and condition (cmdl-message/append (and (condition/error? condition) -- 2.25.1