original commit: 9c267610a5adcf4dca194ae82895f0bfb0e3c4c9
This commit is contained in:
Robby Findler 2002-11-05 14:28:11 +00:00
parent eff26ec749
commit 5062124082
2 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,7 @@
(quicksort
(get-frames)
(lambda (x y) (string-ci<=? (send x get-label) (send y get-label))))])
(let loop ([windows sorted]
(let loop ([windows (filter (lambda (x) (send x is-shown?)) sorted)]
[prev (car (last-pair sorted))])
(cond
[(null? windows) (void)]

View File

@ -86,6 +86,7 @@
(for-each (lambda (x)
(hash-table-put! hash-table x 'lambda))
'(
cases
instantiate super-instantiate
lambda let let* letrec recur
match-lambda match-lambda*