aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 1b7bb6f9b75..7480d89234e 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1946,6 +1946,7 @@ verify_overlay_modification (start, end)
1946 ostart = OVERLAY_START (overlay); 1946 ostart = OVERLAY_START (overlay);
1947 oend = OVERLAY_END (overlay); 1947 oend = OVERLAY_END (overlay);
1948 startpos = OVERLAY_POSITION (ostart); 1948 startpos = OVERLAY_POSITION (ostart);
1949 endpos = OVERLAY_POSITION (oend);
1949 if (XFASTINT (end) < startpos) 1950 if (XFASTINT (end) < startpos)
1950 break; 1951 break;
1951 if (XFASTINT (end) == startpos && insertion) 1952 if (XFASTINT (end) == startpos && insertion)