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:
3343642
)
*** empty log message ***
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 9 Aug 1989 11:05:17 +0000
(11:05 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 9 Aug 1989 11:05:17 +0000
(11:05 +0000)
v7/src/edwin/edwin.sf
patch
|
blob
|
history
diff --git
a/v7/src/edwin/edwin.sf
b/v7/src/edwin/edwin.sf
index f6fffd3040fd59266e6b631f71be28349da18441..5220435f4977e231f8504c4baf98a1b62ceb1091 100644
(file)
--- a/
v7/src/edwin/edwin.sf
+++ b/
v7/src/edwin/edwin.sf
@@
-18,7
+18,9
@@
(begin
(let ((sf-and-load
(lambda (files package)
- (fluid-let ((sf/default-syntax-table syntax-table/system-internal)) (sf-conditionally files))
+ (fluid-let ((sf/default-syntax-table
+ syntax-table/system-internal))
+ (sf-conditionally files))
(for-each (lambda (file)
(load (string-append file ".bin") package))
files))))