From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 2 Jan 2003 01:56:33 +0000 (+0000)
Subject: New procedure WRITE-STRINGS-AS-TABLE is used to format the ID strings
X-Git-Tag: 20090517-FFI~2078
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c7aa6259e7c4118d183d800e4d3c0e7c0e0677df;p=mit-scheme.git

New procedure WRITE-STRINGS-AS-TABLE is used to format the ID strings
printed by IDENTIFY-WORLD.
---

diff --git a/v7/src/runtime/savres.scm b/v7/src/runtime/savres.scm
index 7745a74e7..6c01f6575 100644
--- a/v7/src/runtime/savres.scm
+++ b/v7/src/runtime/savres.scm
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: savres.scm,v 14.38 2003/01/02 01:55:19 cph Exp $
+$Id: savres.scm,v 14.39 2003/01/02 01:56:33 cph Exp $
 
 Copyright (c) 1988,1989,1990,1991,1992 Massachusetts Institute of Technology
 Copyright (c) 1995,1998,1999,2000,2001 Massachusetts Institute of Technology
@@ -170,6 +170,6 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.")
 			    port
 			    #f
 			    1
-			    "|| "
+			    "  "
 			    " || "
-			    " ||")))
\ No newline at end of file
+			    "")))
\ No newline at end of file