]> git.eshelyaron.com Git - emacs.git/commit
Work around long-standing seq.el compilation warning
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Jul 2021 11:13:46 +0000 (13:13 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Jul 2021 11:13:46 +0000 (13:13 +0200)
commit4053bd5201252850aa816150925aa256e5ab7238
treee684a9214e99327b1a3f7a042666360a066e3d29
parent97894b07c2a6dea48f048e0d0c19d5717912cdf6
Work around long-standing seq.el compilation warning

* lisp/emacs-lisp/seq.el (seq-contains): When using cl-defgeneric
to define an obsolete function, it'll complain about it being
obsolete.  Suppress that warning.  (Should probably be fixed in
cl-defgeneric instead.)
lisp/emacs-lisp/seq.el