From c7aa6259e7c4118d183d800e4d3c0e7c0e0677df Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 2 Jan 2003 01:56:33 +0000 Subject: [PATCH] New procedure WRITE-STRINGS-AS-TABLE is used to format the ID strings printed by IDENTIFY-WORLD. --- v7/src/runtime/savres.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1