From 83c1cf6df60d815df782092b8bb8c6de0b8e775d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 11 Dec 2005 05:08:18 +0000 Subject: [PATCH] (Finsert_file_contents): Set Vdeactivate_mark when we change the buffer. --- src/fileio.c | 2 ++ 1 file changed, 2 insertions(+) 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. */) #endif Vdeactivate_mark = old_Vdeactivate_mark; } + else + Vdeactivate_mark = Qt; /* Make the text read part of the buffer. */ GAP_SIZE -= inserted; -- 2.39.5