]> git.eshelyaron.com Git - emacs.git/commit
Revert use of seq-count in shr-count
authorStefan Kangas <stefankangas@gmail.com>
Mon, 4 Sep 2023 19:28:33 +0000 (21:28 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 4 Sep 2023 19:28:33 +0000 (21:28 +0200)
commit82cc1f4fda19a635cc29577a4da051cf3e062afe
tree853dbdeb056f44805d2056c751eede0807f80513
parent2cefcb2f7900e9d19c801cde2b9a29731c986df9
Revert use of seq-count in shr-count

* lisp/net/shr.el (shr-count): Prefer handwritten code to using
'seq-count', as it's more performant.
Problem reported by Mattias EngdegĂ„rd <mattiase@acm.org>.
lisp/net/shr.el