From dee3f345f5ae8ac5d3dd9d1bc358e8a44df6ec8f Mon Sep 17 00:00:00 2001 From: mainzelm Date: Thu, 21 Dec 2000 13:27:28 +0000 Subject: [PATCH] Fixed typo. --- scsh/startup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scsh/startup.scm b/scsh/startup.scm index bf06e18..14b9425 100644 --- a/scsh/startup.scm +++ b/scsh/startup.scm @@ -25,7 +25,7 @@ (let ((filename (translate filename))) (display (string-append "Writing " filename) (command-output)) (newline (command-output)) - ;JMG: it is set to # in the vm, so I omit it now + ;JMG: it is set to #f in the vm, so I omit it now ;;;(flush-the-symbol-table!) ;Gets restored at next use of string->symbol (write-image filename (scsh-stand-alone-resumer start)