letf*
letf* is an alias for `cl-letf*' in `cl.el
'.
(letf* BINDINGS &rest BODY)
Temporarily bind to PLACEs.
Like `cl-letf' but where the bindings are performed one at a time,
rather than all at the end (i.e. like `let*' rather than like `let').
cl.el
'.
(letf* BINDINGS &rest BODY)
Temporarily bind to PLACEs.
Like `cl-letf' but where the bindings are performed one at a time,
rather than all at the end (i.e. like `let*' rather than like `let').