Fix bug in resyntaxing of SF.
authorChris Hanson <org/chris-hanson/cph>
Tue, 12 Apr 1988 18:51:35 +0000 (18:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 12 Apr 1988 18:51:35 +0000 (18:51 +0000)
etc/resyntax.scm

index f6428a94d212cadc42c9feb80b6c9be47fa5499a..1915a97efc744ae196c80320af737a9732541c9c 100644 (file)
@@ -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