From 6bf0989b32ff7513323660a8cd0e84d8c6f8fef6 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 7 Oct 2010 00:42:26 +0000 Subject: [PATCH] Minor hack to revive the 6.001 REPL. --- src/6001/nodefs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/6001/nodefs.scm b/src/6001/nodefs.scm index 28ae84a26..a4b944ecc 100644 --- a/src/6001/nodefs.scm +++ b/src/6001/nodefs.scm @@ -60,7 +60,7 @@ USA. (make-sequence (list expression (make-combination - write-definition-value + (make-quotation write-definition-value) (cons name (if (unassigned-reference-trap? value) '() -- 2.25.1