Autoload string-join

* lisp/emacs-lisp/subr-x.el (string-join): Autoload since it's
being used more now.
This commit is contained in:
Lars Ingebrigtsen 2022-09-17 12:31:24 +02:00
parent 1dd83e3bdc
commit 84801d468a

View file

@ -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