Unbreak stepper.

(It was broken by fed1e3dc3e2d7268c0297a0ce699d3deb2ba75c5.)
This commit is contained in:
Mike Sperber 2010-10-08 13:41:44 +02:00
parent 38cf78e213
commit 7572b24870

View File

@ -64,7 +64,9 @@
;; this definition pulls the test~object binding from the user's namespace
;; over to the one that is used in the REPL when module->namepsace
;; grabs a hold of this module to make a namespace for the REPL
`(,#'(define test~object (namespace-variable-value 'test~object))
`(,(syntax-property
#'(define test~object (namespace-variable-value 'test~object))
'test-call #t)
(,#'test)))
'()))))
rep)))]