[Fix compilation of ((foo) bar) -> foo()(bar) attila.lendvai@gmail.com**20060716164630] hunk ./src/js.lisp 655 - :separator ""))))) + :separator "")) + (function-call + ;; TODO it adds superfluous newlines after each () + ;; and it's nearly the same as the js-lambda case above + (dwim-join (list (append (dwim-join (list (js-to-strings (f-function form) (+ start-pos 2))) + max-length :separator "") + args)) + max-length :separator "")))))