1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-07 06:22:32 -08:00
emacs/test/src
Stephen Berman f8a25d00ae Make 'overlays_in' use only real EOB (bug#80242)
This restores the original behavior of 'overlays_in'.  Changes in
this behavior had been made for cases of narrowing, but this
resulted in a regression with uses of 'remove-overlays'.

* src/buffer.c (overlays_in): Change all occurrences of ZV to Z.

* test/src/buffer-tests.el (test-overlays-in-2)
(test-remove-overlays): Adjust expected results to accommodate
changes in 'overlays_in'.
2026-02-12 18:48:20 +01:00
..
comp-resources
emacs-module-resources
lread-resources
regex-resources
syntax-resources
alloc-tests.el
buffer-tests.el Make 'overlays_in' use only real EOB (bug#80242) 2026-02-12 18:48:20 +01:00
callint-tests.el
callproc-tests.el
casefiddle-tests.el
character-tests.el
charset-tests.el
chartab-tests.el
cmds-tests.el
coding-tests.el
comp-tests.el
data-tests.el
decompress-tests.el
doc-tests.el
editfns-tests.el
emacs-module-tests.el
emacs-tests.el
eval-tests.el
fileio-tests.el
filelock-tests.el
floatfns-tests.el
fns-tests.el
font-tests.el
image-tests.el
indent-tests.el
inotify-tests.el
json-tests.el
keyboard-tests.el
keymap-tests.el
lcms-tests.el
lread-tests.el
marker-tests.el
minibuf-tests.el
print-tests.el
process-tests.el ; Fix last change to test/src/process-tests.el. 2026-01-28 10:29:46 +01:00
profiler-tests.el
regex-emacs-tests.el
search-tests.el
sqlite-tests.el
syntax-tests.el
textprop-tests.el
thread-tests.el
timefns-tests.el
treesit-tests.el
undo-tests.el
xdisp-tests.el
xfaces-tests.el
xml-tests.el