Tomi Ollila <[email protected]> writes: > Does (when COND BODY) connotate to the thought that the return value > is generally not used ? That expands to (if COND (progn BODY)) so both > returns exactly same values.
Err, sorry. Too much scheme. I meant a two branch if
(if COND BODY nil)
_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch
