]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
authorRichard M. Stallman <rms@gnu.org>
Sun, 11 Dec 2005 05:08:18 +0000 (05:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 11 Dec 2005 05:08:18 +0000 (05:08 +0000)
src/fileio.c

index c62ddd367670b1a07efd60e8bad61dc59b0ae2dc..fb56c62b78a6d601ca98047358e5181f7b187287 100644 (file)
@@ -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;