diff --git a/collects/version/tool.ss b/collects/version/tool.ss index 138764c65b..d7a558deee 100644 --- a/collects/version/tool.ss +++ b/collects/version/tool.ss @@ -22,7 +22,7 @@ ;; in the future it is possible to change it to default to a different ;; default. (define (enabled? v) - (case v [(yes) #t] [(no) #f] [else #f])) ; default to #f + (case v [(yes) #t] [(no) #f] [else #t])) ; default to #t (define (check-for-updates) ;; wait until the definitions are instantiated, return top-level window