]> git.eshelyaron.com Git - emacs.git/commit
alloc.c: Avoid nested overlay iterations (bug#58158)
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 29 Sep 2022 13:08:37 +0000 (09:08 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 29 Sep 2022 13:08:37 +0000 (09:08 -0400)
commit5b954f8f9d9b4b015e5aa57a2307f92801669932
treebaabcda64d057253ed5ff5de29d48ccd15c5a942
parentea8daec9bb8ebf3cbca35edec4e4ef7b6edac3de
alloc.c: Avoid nested overlay iterations (bug#58158)

* src/alloc.c (mark_overlays): New function.
(mark_buffer): Use it instead of using the overlay iterator.
src/alloc.c