fixed formatting exn in drscheme tool manager
svn: r7712
This commit is contained in:
parent
5c00400760
commit
39210b51af
|
@ -178,10 +178,12 @@
|
||||||
[rest-parts (cdr parts)])
|
[rest-parts (cdr parts)])
|
||||||
(case (car key)
|
(case (car key)
|
||||||
((lib)
|
((lib)
|
||||||
`(lib ,(substring (append string-append
|
`(lib ,(string-append
|
||||||
(map (lambda (s)
|
(apply string-append
|
||||||
(string-append "/" s))
|
(map (lambda (s)
|
||||||
(append (cdr key) rest-parts (list file)))))))
|
(string-append s "/"))
|
||||||
|
(append (cdr key) rest-parts)))
|
||||||
|
file)))
|
||||||
((planet)
|
((planet)
|
||||||
`(planet ,file (,@(cdr key) ,maj ,min) ,@rest-parts)))))
|
`(planet ,file (,@(cdr key) ,maj ,min) ,@rest-parts)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user