diff options
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index d15d4dc68b9..79af27d24da 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -2721,6 +2721,7 @@ the current body form. */) if (BEGV != s || ZV != e) current_buffer->clip_changed = 1; + record_unwind_protect (restore_point_unwind, Fpoint_marker ()); record_unwind_protect (unwind_locked_begv, Fpoint_min ()); record_unwind_protect (unwind_locked_zv, Fpoint_max ()); |