aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 5d805590294..29ad36a81c6 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3164,8 +3164,8 @@ DEFUN ("delete-overlay", Fdelete_overlay, Sdelete_overlay, 1, 1, 0,
3164 b->overlays_after = Fdelq (overlay, b->overlays_after); 3164 b->overlays_after = Fdelq (overlay, b->overlays_after);
3165 3165
3166 modify_overlay (b, 3166 modify_overlay (b,
3167 marker_position (OVERLAY_START (overlay)), 3167 marker_position (OVERLAY_START (overlay)),
3168 marker_position (OVERLAY_END (overlay))); 3168 marker_position (OVERLAY_END (overlay)));
3169 3169
3170 Fset_marker (OVERLAY_START (overlay), Qnil, Qnil); 3170 Fset_marker (OVERLAY_START (overlay), Qnil, Qnil);
3171 Fset_marker (OVERLAY_END (overlay), Qnil, Qnil); 3171 Fset_marker (OVERLAY_END (overlay), Qnil, Qnil);