aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorGregory Heytings2023-05-13 00:13:44 +0200
committerGregory Heytings2023-05-13 00:13:44 +0200
commitdcf8c01102880652d505cea19845f20c72297b22 (patch)
treecab6850a526bdc3837ea79b657b437b66a83cf9b /src/buffer.c
parentacf4763417eaf7cc42e0a63a05673f89900320bf (diff)
parent1e3a66df459750071a9003a131d7f2c319dbb331 (diff)
downloademacs-dcf8c01102880652d505cea19845f20c72297b22.tar.gz
emacs-dcf8c01102880652d505cea19845f20c72297b22.zip
Merge branch 'scratch/long-lines-cleanup' into 'emacs-29'
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);