From 2b1c7614296e34cf06a107ec0506165365ff36bd Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 2 Mar 2000 18:40:01 +0000 Subject: [PATCH] Another tweak for new newline convention. --- v7/src/edwin/edwin.sf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")) -- 2.25.1