]> git.eshelyaron.com Git - emacs.git/commit
lisp/emacs-lisp/seq.el: remove unnecessary compatibility code
authorMattias Engdegård <mattiase@acm.org>
Sat, 3 Sep 2022 14:35:16 +0000 (16:35 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 3 Sep 2022 15:59:42 +0000 (17:59 +0200)
commit99a5a72537be811ae4220d9b58329991d6aa3d4d
treecef7ce922f30ae4a418ed9538cc277e5df268f0b
parent1cea0ae4133bb22fd70d483df105e5a4653bc56c
lisp/emacs-lisp/seq.el: remove unnecessary compatibility code

* lisp/emacs-lisp/seq.el (seq-take, seq--activate-font-lock-keywords):
Simplify unnecessarily guarded code, as this file will only ever be
used with the same version of Emacs.
lisp/emacs-lisp/seq.el