mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-18 18:00:11 +00:00
Merge remote-tracking branch 'savannah/master' into HEAD
This commit is contained in:
commit
f7e10297d1
2 changed files with 4 additions and 4 deletions
|
@ -552,10 +552,9 @@ too large if positive or too small if negative)."
|
|||
(seq-subseq seq start end))
|
||||
|
||||
;;;###autoload
|
||||
(defun cl-concatenate (type &rest sequences)
|
||||
(defalias 'cl-concatenate #'seq-concatenate
|
||||
"Concatenate, into a sequence of type TYPE, the argument SEQUENCEs.
|
||||
\n(fn TYPE SEQUENCE...)"
|
||||
(apply #'seq-concatenate type sequences))
|
||||
\n(fn TYPE SEQUENCE...)")
|
||||
|
||||
;;; List functions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue