aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 0c740775e5b..252231357bc 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2386,6 +2386,7 @@ Any narrowing restriction in effect (see `narrow-to-region') is removed,
2386so the buffer is truly empty after this. */) 2386so the buffer is truly empty after this. */)
2387 (void) 2387 (void)
2388{ 2388{
2389 labeled_restrictions_remove_in_current_buffer ();
2389 Fwiden (); 2390 Fwiden ();
2390 2391
2391 del_range (BEG, Z); 2392 del_range (BEG, Z);