changeset 2050:3ffbf2314074

(prepare_to_modify_buffer): Set Vdeactivate_mark.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Mar 1993 09:33:13 +0000
parents a358c97a23e4
children c1767ea45687
files src/insdel.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/insdel.c	Sun Mar 07 09:32:22 1993 +0000
+++ b/src/insdel.c	Sun Mar 07 09:33:13 1993 +0000
@@ -1,5 +1,5 @@
 /* Buffer insertion/deletion and gap motion for GNU Emacs.
-   Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -511,6 +511,8 @@
 #endif /* not CLASH_DETECTION */
 
   signal_before_change (start, end);
+
+  Vdeactivate_mark = Qt;
 }
 
 static Lisp_Object