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:
65d890f
)
Fix bug in resyntaxing of SF.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 12 Apr 1988 18:51:35 +0000
(18:51 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 12 Apr 1988 18:51:35 +0000
(18:51 +0000)
etc/resyntax.scm
patch
|
blob
|
history
diff --git
a/etc/resyntax.scm
b/etc/resyntax.scm
index f6428a94d212cadc42c9feb80b6c9be47fa5499a..1915a97efc744ae196c80320af737a9732541c9c 100644
(file)
--- a/
etc/resyntax.scm
+++ b/
etc/resyntax.scm
@@
-7,4
+7,5
@@
(sf (directory-read "$scheme/runtime/*.scm"))
-(load "$scheme/sf/sfsf.scm" system-global-environment)
+(%cd "$scheme/sf")
+(load "sfsf.scm")
\ No newline at end of file