diff --git a/collects/handin-client/handin-multi.ss b/collects/handin-client/handin-multi.ss index 29de943652..258f7e80b5 100644 --- a/collects/handin-client/handin-multi.ss +++ b/collects/handin-client/handin-multi.ss @@ -187,11 +187,10 @@ (send t set-value dir) (send (send t get-editor) select-all)) (preferences:set last-dir-key dir) - (send files-list clear) - (for-each (lambda (f) (send files-list append f)) - (mergesort (map ->string - (filter file-exists? (directory-list))) - stringstring + (filter file-exists? (directory-list))) + string