Just like cond-bind except the var is automatically IT.
(defmacro acond (&rest clauses) "Just like cond-bind except the var is automatically IT." `(cond-bind it ,@clauses))