Remove ERROR-OUTPUT-PORT.
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 Oct 1993 12:25:15 +0000 (12:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 Oct 1993 12:25:15 +0000 (12:25 +0000)
v7/src/runtime/rep.scm

index edc6b37d3fa8cc38d5c917ad9be41fae482114d8..c55fa98dfce004818579f1de6aaebee01f171d03 100644 (file)
@@ -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)