cl-seq: Remove max limit on input sequence length
commitf63a4b82f0e8634a76e4e7794bb7c7c4e734c4ba
authorTino Calancha <tino.calancha@gmail.com>
Thu, 20 Oct 2016 10:51:55 +0000 (20 19:51 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Thu, 20 Oct 2016 10:51:55 +0000 (20 19:51 +0900)
tree33fde3abfa871ba42ca1c252836fba89078132aa
parent10a2239627bd5369bf46d013eb7cfbe27553c8d9
cl-seq: Remove max limit on input sequence length

* lisp/emacs-lisp/cl-seq.el (cl-fill, cl-replace, cl-delete)
(cl--position, cl-nsubstitute, cl-substitute, cl-remove):
Remove limit on maximum length for the input sequence
(#Bug24264).
* test/lisp/emacs-lisp/cl-seq-tests.el: Update test expected result as passed.
lisp/emacs-lisp/cl-seq.el
test/lisp/emacs-lisp/cl-seq-tests.el