Autoload string-join
* lisp/emacs-lisp/subr-x.el (string-join): Autoload since it's being used more now.
This commit is contained in:
parent
1dd83e3bdc
commit
84801d468a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue