]> git.eshelyaron.com Git - emacs.git/commit
Remove local uniquify functions in favour of seq-uniq
authorStefan Kangas <stefan@marxist.se>
Mon, 5 Apr 2021 13:14:19 +0000 (15:14 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 5 Apr 2021 13:14:19 +0000 (15:14 +0200)
commit6686a31591d2d22a4d1c7b6e68a618823186c48e
treef1ede142778839c1e9ee98a13607681805767bbe
parent20f7fa691b7c2859b96550d9ccb326bf394e160d
Remove local uniquify functions in favour of seq-uniq

* lisp/emacs-lisp/seq.el (seq-uniq): Add autoload cookie.
* lisp/pcomplete.el: (pcomplete-uniquify-list): Use seq-uniq.
* lisp/eshell/esh-util.el (eshell-uniqify-list)
(eshell-uniquify-list):
* lisp/nxml/rng-util.el (rng-uniquify-equal):
* lisp/progmodes/idlwave.el (idlwave-uniquify):
* lisp/textmodes/artist.el (artist-uniq): Make into obsolete
function aliases for seq-uniq.  Update callers.
* lisp/nxml/rng-util.el (rng-uniquify-eq): Make obsolete in favor
of seq-uniq.  Update callers.
lisp/emacs-lisp/seq.el
lisp/eshell/em-pred.el
lisp/eshell/esh-util.el
lisp/nxml/rng-loc.el
lisp/nxml/rng-match.el
lisp/nxml/rng-nxml.el
lisp/nxml/rng-util.el
lisp/pcomplete.el
lisp/progmodes/idlwave.el
lisp/textmodes/artist.el