aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 7b5b8e083c1..bfbf76861f2 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -1,5 +1,5 @@
1/* Buffer insertion/deletion and gap motion for GNU Emacs. 1/* Buffer insertion/deletion and gap motion for GNU Emacs.
2 Copyright (C) 1985, 1986 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -511,6 +511,8 @@ prepare_to_modify_buffer (start, end)
511#endif /* not CLASH_DETECTION */ 511#endif /* not CLASH_DETECTION */
512 512
513 signal_before_change (start, end); 513 signal_before_change (start, end);
514
515 Vdeactivate_mark = Qt;
514} 516}
515 517
516static Lisp_Object 518static Lisp_Object