![](https://secure.gravatar.com/avatar/326b108ffcc42f27628703b0c11ed239.jpg?s=120&d=mm&r=g)
2 Jun
2008
2 Jun
'08
2:48 p.m.
"Tobias C. Rittweiler" <tcr@freebits.de> writes:
You can get this indentation already with
(defmacro if-let (bindings &body (then-form &optional else-form) ...)
Did you refer to this as screwing up the lambda-list?
No, it didn't occur to me that the &body parameter would be destructurable like every other parameter in a macro lambda list. Thanks! -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/