From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 2 Mar 2000 18:40:01 +0000 (+0000)
Subject: Another tweak for new newline convention.
X-Git-Tag: 20090517-FFI~4209
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2b1c7614296e34cf06a107ec0506165365ff36bd;p=mit-scheme.git

Another tweak for new newline convention.
---

diff --git a/v7/src/edwin/edwin.sf b/v7/src/edwin/edwin.sf
index 2d22bc1fc..9b0766c0c 100644
--- a/v7/src/edwin/edwin.sf
+++ b/v7/src/edwin/edwin.sf
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: edwin.sf,v 1.23 2000/01/10 03:43:54 cph Exp $
+;;; $Id: edwin.sf,v 1.24 2000/03/02 18:40:01 cph Exp $
 ;;;
 ;;; Copyright (c) 1991-2000 Massachusetts Institute of Technology
 ;;;
@@ -63,6 +63,7 @@
        (let ((syntax-table
 	      (access class-syntax-table (->environment '(EDWIN)))))
 	 (lambda (filename)
+	   (fresh-line)
 	   (write-string "Pre-loading class definitions from ")
 	   (write filename)
 	   (syntax* (read-file (string-append filename ".scm"))