Corrected the defaultf psmacro for cases where the rhs value is false in JS.
authorTravis Cross <tc@traviscross.com>
Sat, 15 Nov 2008 05:40:25 +0000 (05:40 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 15 Nov 2008 05:44:06 +0000 (05:44 +0000)
commit0e198f662f3196d5b8f79fc20393ce394faca6a5
tree9449b60a98f0146541ca9e45bee421fc24ea2067
parent88350c69ff170bb28191f10eb4aae686687fe940
Corrected the defaultf psmacro for cases where the rhs value is false in JS.

This affected &optional and &key default parameters in lambda lists.

Thanks to Daniel Gackle for the bug report.
src/special-forms.lisp
t/ps-tests.lisp