]> git.eshelyaron.com Git - emacs.git/commit
Make overlays-in treat zero-length overlays at point-max consistently
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Aug 2021 13:40:43 +0000 (15:40 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Aug 2021 13:40:43 +0000 (15:40 +0200)
commit5d7b1d5fc75752a986ed19d3fd333167ddc29d4e
tree2958f419b095ee6e5f7eada504dfcaf40e5d10a8
parenta3b31302dd1b7c1ffd3486b35de06c957785b919
Make overlays-in treat zero-length overlays at point-max consistently

* doc/lispref/display.texi (Finding Overlays): Adjust documentation.

* src/buffer.c (overlays_in): Treat the end of the buffer and the
end of the narrowed-to buffer the same (bug#19422).
(Foverlays_in): Adjust doc string.
doc/lispref/display.texi
etc/NEWS
src/buffer.c
test/src/buffer-tests.el