]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload named-let
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Jul 2022 10:18:04 +0000 (12:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Jul 2022 10:18:04 +0000 (12:18 +0200)
* lisp/emacs-lisp/subr-x.el (named-let): Autoload `named-let' for
easier use (bug#56473).

lisp/emacs-lisp/subr-x.el

index 5159e8784a597356548c39b14f7160217e87172b..5037ae47e83d69a71553a697baed173710a9bc9a 100644 (file)
@@ -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,