Changed ps-inline to take a form instead of an implicit progn as a parameter; gave...
authorVladimir Sedach <vsedach@gmail.com>
Tue, 16 Oct 2007 22:04:45 +0000 (22:04 +0000)
committerVladimir Sedach <vsedach@gmail.com>
Tue, 16 Oct 2007 22:04:45 +0000 (22:04 +0000)
commit9fbb3004e436d19344dddad84e0b68f298653cb8
treea4daa603fc2ace3f5f03001aa292412b744c1ea9
parent89aa7077fb4863ce6d0c3dbb4b05834d7084ab04
Changed ps-inline to take a form instead of an implicit progn as a parameter; gave ps-inline and ps-inline* optional arguments.

The optional arguments bind *js-quote-char* to make it more convenient
to use the two functions with different html generation macros (which
may use single or double quotes to delimit attribute values).
docs/reference.lisp
src/compilation-interface.lisp
t/ps-tests.lisp
t/reference-tests.lisp