From 8231a9aaf2aef0393061314c6baa79e62813cead Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 May 1998 05:20:30 +0000 Subject: [PATCH] Whitespace change. --- src/buffer.c | 4 ++-- 1 file 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, b->overlays_after = Fdelq (overlay, b->overlays_after); modify_overlay (b, - marker_position (OVERLAY_START (overlay)), - marker_position (OVERLAY_END (overlay))); + marker_position (OVERLAY_START (overlay)), + marker_position (OVERLAY_END (overlay))); Fset_marker (OVERLAY_START (overlay), Qnil, Qnil); Fset_marker (OVERLAY_END (overlay), Qnil, Qnil); -- 2.39.5