diff --git a/collects/slibinit/init.ss b/collects/slibinit/init.ss index 340911aefc..f6dc965be7 100644 --- a/collects/slibinit/init.ss +++ b/collects/slibinit/init.ss @@ -69,7 +69,7 @@ ;; Use this getenv if your implementation supports it. (getenv "SCHEME_LIBRARY_PATH") ;; Try an slib collection first - (with-handlers ([void #f]) + (with-handlers ([void (lambda (e) #f)]) (path->string (collection-path "slib"))) ;; look for slib in a few common places (ormap (lambda (dir)