diff --git a/collects/drscheme/private/module-language.ss b/collects/drscheme/private/module-language.ss index 90f11ea4d3..1c56cc64f2 100644 --- a/collects/drscheme/private/module-language.ss +++ b/collects/drscheme/private/module-language.ss @@ -274,7 +274,7 @@ (parameterize ([current-namespace (current-namespace)]) ;; the prompt makes it continue after an error (call-with-continuation-prompt - (λ () (with-stack-checkpoint (dynamic-require modspec #f))))) + (λ () (with-stack-checkpoint (namespace-require modspec))))) (current-namespace (module->namespace modspec)) (check-interactive-language)) ;; here's where they're all combined with the module expression