projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e3065
)
Another tweak for new newline convention.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 2 Mar 2000 18:40:01 +0000
(18:40 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 2 Mar 2000 18:40:01 +0000
(18:40 +0000)
v7/src/edwin/edwin.sf
patch
|
blob
|
history
diff --git
a/v7/src/edwin/edwin.sf
b/v7/src/edwin/edwin.sf
index 2d22bc1fca51884f198800449bf1929d6fa5b12e..9b0766c0ceb20bb211c9a410d9891af95a1beee2 100644
(file)
--- a/
v7/src/edwin/edwin.sf
+++ b/
v7/src/edwin/edwin.sf
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: edwin.sf,v 1.2
3 2000/01/10 03:43:54
cph Exp $
+;;; $Id: edwin.sf,v 1.2
4 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"))