diff options
| author | Gerd Möllmann | 2024-06-28 19:58:32 +0200 |
|---|---|---|
| committer | Gerd Möllmann | 2024-06-29 05:53:27 +0200 |
| commit | ca042f5945951d57a21ca218468614f601f58a11 (patch) | |
| tree | 1b677dc496d9e2fd7f8ef42cbb509322f096fb40 /src/undo.c | |
| parent | 0d5e3dec46b8f403ecca37dc467b6aeca20e8d1d (diff) | |
| download | emacs-ca042f5945951d57a21ca218468614f601f58a11.tar.gz emacs-ca042f5945951d57a21ca218468614f601f58a11.zip | |
Add END_DO_MARKERS to allow break in DO_MARKERS
Diffstat (limited to 'src/undo.c')
| -rw-r--r-- | src/undo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/undo.c b/src/undo.c index 41b6c7c19f0..d5395bd8c38 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -154,6 +154,7 @@ record_marker_adjustments (ptrdiff_t from, ptrdiff_t to) | |||
| 154 | } | 154 | } |
| 155 | } | 155 | } |
| 156 | } | 156 | } |
| 157 | END_DO_MARKERS; | ||
| 157 | } | 158 | } |
| 158 | 159 | ||
| 159 | /* Record that a deletion is about to take place, of the characters in | 160 | /* Record that a deletion is about to take place, of the characters in |