cl-flet
cl-flet is an autoloaded Lisp macro in `cl-macs.el
'.
(cl-flet ((FUNC ARGLIST BODY...) ...) FORM...)
Make local function definitions.
Like `cl-labels' but the definitions are not recursive.
cl-macs.el
'.
(cl-flet ((FUNC ARGLIST BODY...) ...) FORM...)
Make local function definitions.
Like `cl-labels' but the definitions are not recursive.