summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-12-11 05:08:18 +0000
committerRichard M. Stallman <rms@gnu.org>2005-12-11 05:08:18 +0000
commit83c1cf6df60d815df782092b8bb8c6de0b8e775d (patch)
tree148156af486284337a9005b62dfb420dfcbd01c0 /src/fileio.c
parent7c0ab7d9e44fadf98b42e5dd8bc04211cf4fcb2f (diff)
downloademacs-83c1cf6df60d815df782092b8bb8c6de0b8e775d.tar.gz
emacs-83c1cf6df60d815df782092b8bb8c6de0b8e775d.tar.bz2
emacs-83c1cf6df60d815df782092b8bb8c6de0b8e775d.zip
(Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
Diffstat (limited to 'src/fileio.c')
-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. */)
#endif
Vdeactivate_mark = old_Vdeactivate_mark;
}
+ else
+ Vdeactivate_mark = Qt;
/* Make the text read part of the buffer. */
GAP_SIZE -= inserted;