Autoload named-let
* lisp/emacs-lisp/subr-x.el (named-let): Autoload `named-let' for easier use (bug#56473).
This commit is contained in:
parent
8ab9102950
commit
bebf39f292
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ it makes no sense to convert it to a string using
|
|||
(set-buffer source-buffer)
|
||||
(replace-buffer-contents tmp-buffer max-secs max-costs)))))))))
|
||||
|
||||
;;;###autoload
|
||||
(defmacro named-let (name bindings &rest body)
|
||||
"Looping construct taken from Scheme.
|
||||
Like `let', bind variables in BINDINGS and then evaluate BODY,
|
||||
|
|
Loading…
Add table
Reference in a new issue