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)])
|
||||
(case (car key)
|
||||
((lib)
|
||||
`(lib ,(substring (append string-append
|
||||
`(lib ,(string-append
|
||||
(apply string-append
|
||||
(map (lambda (s)
|
||||
(string-append "/" s))
|
||||
(append (cdr key) rest-parts (list file)))))))
|
||||
(string-append s "/"))
|
||||
(append (cdr key) rest-parts)))
|
||||
file)))
|
||||
((planet)
|
||||
`(planet ,file (,@(cdr key) ,maj ,min) ,@rest-parts)))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user