aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index c62ddd36767..fb56c62b78a 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4554,6 +4554,8 @@ actually used. */)
4554#endif 4554#endif
4555 Vdeactivate_mark = old_Vdeactivate_mark; 4555 Vdeactivate_mark = old_Vdeactivate_mark;
4556 } 4556 }
4557 else
4558 Vdeactivate_mark = Qt;
4557 4559
4558 /* Make the text read part of the buffer. */ 4560 /* Make the text read part of the buffer. */
4559 GAP_SIZE -= inserted; 4561 GAP_SIZE -= inserted;