Rasmus <[email protected]> writes: >>> + (when formatted-subtitle >>> + (concat "\n" formatted-subtitle)) >> >> Nitpick: >> >> (and formatted-subtitle ...) > > Can you explain why (and ⋯) should be used here?
Possibly because you don't need the implicit progn?
,---------------------------------------------------
| (when test {form}+) == (and test (progn {form}+))
`---------------------------------------------------
hth,
Tom
--
Thomas S. Dye
http://www.tsdye.com
