Function: ewoc--set-buffer-bind-dll
ewoc--set-buffer-bind-dll is a macro defined in ewoc.el.gz.
Signature
(ewoc--set-buffer-bind-dll EWOC &rest FORMS)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ewoc.el.gz
(defmacro ewoc--set-buffer-bind-dll (ewoc &rest forms)
`(ewoc--set-buffer-bind-dll-let* ,ewoc nil ,@forms))