;;; -*-Scheme-*-
;;;
-;;; $Id: edwin.sf,v 1.21 1999/12/22 02:48:37 cph Exp $
+;;; $Id: edwin.sf,v 1.22 2000/01/10 03:42:30 cph Exp $
;;;
-;;; Copyright (c) 1991-1999 Massachusetts Institute of Technology
+;;; Copyright (c) 1991-2000 Massachusetts Institute of Technology
;;;
;;; This program is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU General Public License as
(let ((syntax-table
(access class-syntax-table (->environment '(EDWIN)))))
(lambda (filename)
- (write-string "\nPre-loading class definitions from ")
+ (write-string "Pre-loading class definitions from ")
(write filename)
+ (newline)
(syntax* (read-file (string-append filename ".scm"))
syntax-table)
(write-string " -- done")))))