<div>Upgrading to the latest PS in darcs broke some of my code. Specifically,</div>
<div> </div>
<div>  (js* '(setf x 1))</div>
<div>    => "x = 1"</div>
<div> </div>
<div>... should have a semicolon but doesn't. Also,</div>
<div> </div>
<div>  (js* '(setf x 1) '(setf y 2))</div>
<div>    => "y = 2"</div>
<div> </div>
<div>... should be "x = 1; y = 2;".</div>
<div> </div>
<div>Dan</div>
<div> </div>
<div>p.s. I see that js* has been deprecated in favor of ps*... I'll post separately about this.</div>