changeset 67495:5a3907cc23fc

(Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
author Richard M. Stallman <rms@gnu.org>
date Sun, 11 Dec 2005 05:08:18 +0000
parents 28fd92314a04
children 199bdb85a35f
files src/fileio.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Sun Dec 11 05:07:16 2005 +0000
+++ b/src/fileio.c	Sun Dec 11 05:08:18 2005 +0000
@@ -4554,6 +4554,8 @@
 #endif
       Vdeactivate_mark = old_Vdeactivate_mark;
     }
+  else
+    Vdeactivate_mark = Qt;
 
   /* Make the text read part of the buffer.  */
   GAP_SIZE -= inserted;