id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,planetversion,pltversion
24,unbound variable,dherman,dherman,"Derick Eddington wrote:

> Hi, 
> 
> I took a look at (planet ""tail.ss"" (""dherman"" ""tail.plt"" 2 1)) and
> noticed in `let-tail-continuation' in the 
> 
>   [k (lambda () (return (lambda () e)))]
> 
> branch of the syntax-id-rules that `e' is unbound.  I'm thinking it
> should be
> 
>   [k (lambda (e) (return (lambda () e)))]
> 
> -- : Derick
",defect,closed,critical,,dherman/tail.plt,,,,,
