From: Chris Hanson <org/chris-hanson/cph>
Date: Mon, 10 Jan 2000 04:00:22 +0000 (+0000)
Subject: Move another call to newline.
X-Git-Tag: 20090517-FFI~4354
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ab4c9c21aef4df091ed046909b9ab9c598551223;p=mit-scheme.git

Move another call to newline.
---

diff --git a/v7/src/edwin/decls.scm b/v7/src/edwin/decls.scm
index ed35d320c..100b12ffe 100644
--- a/v7/src/edwin/decls.scm
+++ b/v7/src/edwin/decls.scm
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.66 2000/01/10 03:27:00 cph Exp $
+$Id: decls.scm,v 1.67 2000/01/10 04:00:22 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
@@ -47,6 +47,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 				   true))))))))
 	      (if (not (null? reasons))
 		  (begin
+		    (fresh-line)
 		    (write-string "Processing ")
 		    (write source)
 		    (write-string " because of:")