Mercurial > emacs
diff src/buffer.c @ 21898:afbf4a3def4c
Whitespace change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 02 May 1998 05:20:30 +0000 |
| parents | fa9ff387d260 |
| children | 96ae627335f5 |
line wrap: on
line diff
--- a/src/buffer.c Sat May 02 05:05:55 1998 +0000 +++ b/src/buffer.c Sat May 02 05:20:30 1998 +0000 @@ -3164,8 +3164,8 @@ 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);
