Gemini Lasswell writes: > Edebug is complaining when it gets to this: > > (if-let (z (a 1) (b 2) (c 3)) > (list a b c) > "no") > > because it can't match it with if-let's Edebug specification. Now that Mark has fixed if-let's docstring to clarify the description of its bindings list, here's a matching Edebug spec which accepts the form above: