From: Richard M. Stallman Date: Sat, 2 May 1998 05:20:30 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-20.3~1179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8231a9aaf2aef0393061314c6baa79e62813cead;p=emacs.git Whitespace change. --- 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);