diff --git a/racket/collects/pkg/path.rkt b/racket/collects/pkg/path.rkt index b065a0b295..48b334f3ba 100644 --- a/racket/collects/pkg/path.rkt +++ b/racket/collects/pkg/path.rkt @@ -191,5 +191,5 @@ (define (path->pkg given-p #:cache [cache #f]) (define-values (pkg subpath collect scope) - (path->pkg+subpath+collect* path->pkg given-p cache #f)) + (path->pkg+subpath+collect* 'path->pkg given-p cache #f)) pkg)