diff --git a/collects/framework/private/main.ss b/collects/framework/private/main.ss index 2955d91e..b0e70f24 100644 --- a/collects/framework/private/main.ss +++ b/collects/framework/private/main.ss @@ -257,7 +257,10 @@ parameterize call-with-input-file call-with-input-file* with-input-from-file with-input-from-port call-with-output-file - with-output-to-file with-output-to-port)) + with-output-to-file with-output-to-port + + for-all + )) (preferences:set-default 'framework:tabify (list hash-table #rx"^begin" #rx"^def" #f)