Merge remote-tracking branch 'savannah/master' into HEAD
This commit is contained in:
commit
8cc8adb04d
56 changed files with 306 additions and 109 deletions
|
@ -555,7 +555,7 @@ too large if positive or too small if negative)."
|
|||
(defun cl-concatenate (type &rest sequences)
|
||||
"Concatenate, into a sequence of type TYPE, the argument SEQUENCEs.
|
||||
\n(fn TYPE SEQUENCE...)"
|
||||
(seq-concatenate type sequences))
|
||||
(apply #'seq-concatenate type sequences))
|
||||
|
||||
;;; List functions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue