Function: letf*
letf* is a function alias for cl-letf*, defined in cl-macs.el.gz.
This macro is obsolete since 27.1; use cl-letf* instead.
Signature
(letf* BINDINGS &rest BODY)
Documentation
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).
Aliases
letf* (obsolete since 27.1)