]> git.eshelyaron.com Git - emacs.git/commit
Speed up find_field when called from outside a field
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Dec 2021 09:26:25 +0000 (10:26 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Dec 2021 04:23:11 +0000 (05:23 +0100)
commit4d8af56c76ee20bc8e1ebdeef5c4100cea005974
tree44eddef3b7e2e7176bf69fcf9c36626f42e1f72e
parent0c4fc7032ab32fb639c188d9647eb132d55adfa5
Speed up find_field when called from outside a field

* src/editfns.c (find_field): Speed up the field functions when
called from outside a field (bug#52593).  (In some cursory tests,
this makes the called-from-outside-a-field case about 3x faster.)
src/editfns.c