mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/emacs-lisp/seq.el (seq-concatenate): Unautoload (merge fix).
gitmerge-skip-regexp does not handle line breaks.
This commit is contained in:
parent
b4b98a044b
commit
0a26f47915
1 changed files with 0 additions and 3 deletions
|
|
@ -284,9 +284,6 @@ sorted. FUNCTION must be a function of one argument."
|
||||||
(cl-defmethod seq-reverse ((sequence sequence))
|
(cl-defmethod seq-reverse ((sequence sequence))
|
||||||
(reverse sequence))
|
(reverse sequence))
|
||||||
|
|
||||||
;; We are autoloading seq-concatenate because cl-concatenate needs
|
|
||||||
;; that when it's inlined, per the cl-proclaim in cl-macs.el.
|
|
||||||
;;;###autoload
|
|
||||||
(cl-defgeneric seq-concatenate (type &rest sequences)
|
(cl-defgeneric seq-concatenate (type &rest sequences)
|
||||||
"Concatenate SEQUENCES into a single sequence of type TYPE.
|
"Concatenate SEQUENCES into a single sequence of type TYPE.
|
||||||
TYPE must be one of following symbols: vector, string or list.
|
TYPE must be one of following symbols: vector, string or list.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue