]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 May 1998 05:20:30 +0000 (05:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 May 1998 05:20:30 +0000 (05:20 +0000)
src/buffer.c

index 5d805590294431040bb6983bd6295f6ace80d1b4..29ad36a81c6cdaaf752e8381067a157d63f0206b 100644 (file)
@@ -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);