]> git.eshelyaron.com Git - emacs.git/commit
Add new sequence function 'seq-union'
authorStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 08:35:13 +0000 (10:35 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 09:03:39 +0000 (11:03 +0200)
commit0cf0a2b98671671bb7639a17639ef2552b772cbe
tree026e59bc5d039a649985a127471d06b4636cd0c1
parentfc10e7fe5ff924ab0047c62a0fd9d72df38b21b6
Add new sequence function 'seq-union'

* lisp/emacs-lisp/seq.el (seq-union): New function.
* doc/lispref/sequences.texi (Sequence Functions):
* lisp/emacs-lisp/shortdoc.el (sequence): Document above new
function.
* test/lisp/emacs-lisp/seq-tests.el (test-seq-union): New test.
doc/lispref/sequences.texi
etc/NEWS
lisp/emacs-lisp/seq.el
lisp/emacs-lisp/shortdoc.el
test/lisp/emacs-lisp/seq-tests.el