diff options
| author | Richard M. Stallman | 1998-05-02 05:20:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-02 05:20:30 +0000 |
| commit | 8231a9aaf2aef0393061314c6baa79e62813cead (patch) | |
| tree | d3582d3ee68a3f6685219f80c626894f12fca31e /src/buffer.c | |
| parent | 5b23b5e40b28f04208925e2850743ca3cae2ae88 (diff) | |
| download | emacs-8231a9aaf2aef0393061314c6baa79e62813cead.tar.gz emacs-8231a9aaf2aef0393061314c6baa79e62813cead.zip | |
Whitespace change.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
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); |