default = #f

svn: r2828
This commit is contained in:
Eli Barzilay 2006-04-27 22:25:16 +00:00
parent 7c4c832269
commit e337bae1b5

View File

@ -23,7 +23,7 @@
;; in the future it is possible to change it to default to a different ;; in the future it is possible to change it to default to a different
;; default. ;; default.
(define (enabled? v) (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) (define (check-for-updates)
;; wait until the definitions are instantiated, return top-level window ;; wait until the definitions are instantiated, return top-level window