aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index a15efa39bd1..1ac5a509e56 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6339,7 +6339,7 @@ Otherwise it discards the output. */)
6339 6339
6340 /* If the restriction isn't what it should be, set it. */ 6340 /* If the restriction isn't what it should be, set it. */
6341 if (old_begv != BEGV || old_zv != ZV) 6341 if (old_begv != BEGV || old_zv != ZV)
6342 Fnarrow_to_region (make_fixnum (old_begv), make_fixnum (old_zv), Qnil); 6342 Fnarrow_to_region (make_fixnum (old_begv), make_fixnum (old_zv));
6343 6343
6344 bset_read_only (current_buffer, old_read_only); 6344 bset_read_only (current_buffer, old_read_only);
6345 SET_PT_BOTH (opoint, opoint_byte); 6345 SET_PT_BOTH (opoint, opoint_byte);