From: Chris Hanson Date: Thu, 21 Oct 1993 12:25:15 +0000 (+0000) Subject: Remove ERROR-OUTPUT-PORT. X-Git-Tag: 20090517-FFI~7715 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9de13d951d089623e1ab3a74450bd8c5d5302f95;p=mit-scheme.git Remove ERROR-OUTPUT-PORT. --- 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)