diff --git a/collects/frtime/mzscheme-core.ss b/collects/frtime/mzscheme-core.ss index bb1622d546..ef81b1556a 100644 --- a/collects/frtime/mzscheme-core.ss +++ b/collects/frtime/mzscheme-core.ss @@ -365,7 +365,7 @@ clause ... (require (rename module tmp-name fun-name) ...) (define (fun-name . args) - (apply lift false tmp-name args)) + (apply lift #f tmp-name args)) ...))] [(lifted module . ids) (with-syntax ([(fun-name ...) (syntax ids)]