reverted that change, on Matthew's advice
svn: r7962
This commit is contained in:
parent
17991b6d55
commit
aa3cdcc76b
|
@ -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)))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user