emacs-diffs
[Top][All Lists]
Advanced

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

master 84801d468a: Autoload string-join


From: Lars Ingebrigtsen
Subject: master 84801d468a: Autoload string-join
Date: Sat, 17 Sep 2022 06:31:38 -0400 (EDT)

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

    Autoload string-join
    
    * lisp/emacs-lisp/subr-x.el (string-join): Autoload since it's
    being used more now.
---
 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 bd7c3c82f9..6e4d88b4df 100644
--- a/lisp/emacs-lisp/subr-x.el
+++ b/lisp/emacs-lisp/subr-x.el
@@ -97,6 +97,7 @@ threading."
     (maphash (lambda (_ v) (push v values)) hash-table)
     values))
 
+;;;###autoload
 (defsubst string-join (strings &optional separator)
   "Join all STRINGS using SEPARATOR.
 Optional argument SEPARATOR must be a string, a vector, or a list of



reply via email to

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