From c6ee07ec3d713b7e2f5da66f78f11c3dfdb075b8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 28 Aug 2023 23:22:18 -0500 Subject: Fix typos and errors --- schmaltz.sls | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/schmaltz.sls b/schmaltz.sls index a5becac..c07bc3a 100644 --- a/schmaltz.sls +++ b/schmaltz.sls @@ -69,7 +69,7 @@ ;; meanings. Each PROCEDURE should take one parameter, a port. (make-parameter (list (cons #\, (lambda (port) (eval (read port) ; standard scheme read - (interaction-environment)))) + (render-environment)))) #;(cons #\@ (lambda (port) ; wrap the next form in `sxml->html' `(sxml->html ,(list 'quasiquote (read port)))))))) @@ -95,4 +95,3 @@ (define (unprintable/backtrack ch) (list ch #\#)) - (display (list->string (reverse acc)))) -- cgit 1.4.1-21-gabe81