reverted that change, on Matthew's advice

svn: r7962
This commit is contained in:
Robby Findler 2007-12-11 16:41:25 +00:00
parent 17991b6d55
commit aa3cdcc76b

View File

@ -107,7 +107,7 @@
(run-in-user-thread (run-in-user-thread
(λ () (λ ()
(current-command-line-arguments (module-language-settings-command-line-args settings)) (current-command-line-arguments (module-language-settings-command-line-args settings))
(let ([default (find-library-collection-paths)]) (let ([default (current-library-collection-paths)])
(current-library-collection-paths (current-library-collection-paths
(apply (apply
append append
@ -561,4 +561,4 @@
[else [else
(loop (+ pos 1))])))) (loop (+ pos 1))]))))
(super-new))))) (super-new)))))