original commit: e6614d7a1d6d2fc7980493e66ffe15120e8aa08c
This commit is contained in:
Robby Findler 2004-03-22 21:27:19 +00:00
parent ee784bf24b
commit 9702ceadcb

View File

@ -86,7 +86,7 @@
(define funny?
(let ([date (seconds->date (current-seconds))])
(and (with-handlers ([not-break-exn? (lambda (x) #f)])
(and (with-handlers ([exn:fail:filesystem? (lambda (x) #f)])
(collection-path "icons")
#t)
(= (date-day date) 25)