diff --git a/collects/version/tool.ss b/collects/version/tool.ss index b4e19e90d6..6bd62c7d6e 100644 --- a/collects/version/tool.ss +++ b/collects/version/tool.ss @@ -23,7 +23,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 #t])) ; default to #t + (case v [(yes) #t] [(no) #f] [else #f])) ; default to #f (define (check-for-updates) ;; wait until the definitions are instantiated, return top-level window