ewoc--set-buffer-bind-dll-let*

ewoc--set-buffer-bind-dll-let* is a Lisp macro in `ewoc.el'.

(ewoc--set-buffer-bind-dll-let* EWOC VARLIST &rest FORMS)

Execute FORMS with ewoc--buffer selected as current buffer,
`dll' bound to the dll, and VARLIST bound as in a let*.
`dll' will be bound when VARLIST is initialized, but
the current buffer will *not* have been changed.
Return value of last form in FORMS.