aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 47b4f150363..301098b173d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2798,7 +2798,7 @@ modify_overlay (buf, start, end)
2798 } 2798 }
2799 } 2799 }
2800 2800
2801 ++OVERLAY_MODIFF; 2801 ++BUF_OVERLAY_MODIFF (buf);
2802} 2802}
2803 2803
2804 2804