diff src/fileio.c @ 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 2fdf240a514d
children 8b817a6ceff5 14a4eb789b45
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;