emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bebf39f292: Autoload named-let


From: Lars Ingebrigtsen
Subject: master bebf39f292: Autoload named-let
Date: Mon, 11 Jul 2022 06:18:43 -0400 (EDT)

branch: master
commit bebf39f292f1963ab980497248a18d8035708d1a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Autoload named-let
    
    * lisp/emacs-lisp/subr-x.el (named-let): Autoload `named-let' for
    easier use (bug#56473).
---
 lisp/emacs-lisp/subr-x.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el
index 5159e8784a..5037ae47e8 100644
--- a/lisp/emacs-lisp/subr-x.el
+++ b/lisp/emacs-lisp/subr-x.el
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]