aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/buffer-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/buffer-tests.el b/test/src/buffer-tests.el
index e5369f5363d..4d608fa9d24 100644
--- a/test/src/buffer-tests.el
+++ b/test/src/buffer-tests.el
@@ -1790,7 +1790,7 @@ dicta sunt, explicabo. "))
1790 (when (< index last-index) 1790 (when (< index last-index)
1791 (aset overlays index (aref overlays last-index))) 1791 (aset overlays index (aref overlays last-index)))
1792 (aset overlays last-index nil) 1792 (aset overlays last-index nil)
1793 (cl-decf overlay-count) 1793 (decf overlay-count)
1794 (delete-overlay ov))))) 1794 (delete-overlay ov)))))
1795 1795
1796 ;; Modify the buffer on occasion, which exercises the 1796 ;; Modify the buffer on occasion, which exercises the