]> git.eshelyaron.com Git - emacs.git/commit
Use seq-count in three functions
authorStefan Kangas <stefankangas@gmail.com>
Mon, 4 Sep 2023 16:24:31 +0000 (18:24 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 4 Sep 2023 16:25:18 +0000 (18:25 +0200)
commit0edf237b3d04635d71c46e8eca8a2a3563ac73ad
tree7840998bc6e644cbdbde9d2e2779d01866fd192b
parent7975c811d32b6c08b4eab9e8faee615ab69c9e34
Use seq-count in three functions

* lisp/net/shr.el (shr-count):
* lisp/progmodes/idlwave.el (idlwave-count-memq): Use seq-count.
(idlwave-count-eq): Use seq-count.  Make obsolete, as it is unused.
lisp/net/shr.el
lisp/progmodes/idlwave.el