aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-13 21:06:19 +0000
committerRichard M. Stallman1993-07-13 21:06:19 +0000
commitf256353cbcb66fb9844a830473c885d55f7f10c3 (patch)
treeb960d3e15bd84a297d5dc059677d5b7722fc9eab /src
parent173f2a642c9013639212cbfe952d21719e423a81 (diff)
downloademacs-f256353cbcb66fb9844a830473c885d55f7f10c3.tar.gz
emacs-f256353cbcb66fb9844a830473c885d55f7f10c3.zip
(prepare_to_modify_buffer): Call verify_overlay_modification.
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/insdel.c b/src/insdel.c
index f53d6a76c6a..f9263fabfd9 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -513,6 +513,8 @@ prepare_to_modify_buffer (start, end)
513 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ 513 /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */
514 verify_interval_modification (current_buffer, start, end); 514 verify_interval_modification (current_buffer, start, end);
515 515
516 verify_overlay_modification (start, end);
517
516#ifdef CLASH_DETECTION 518#ifdef CLASH_DETECTION
517 if (!NILP (current_buffer->filename) 519 if (!NILP (current_buffer->filename)
518 && current_buffer->save_modified >= MODIFF) 520 && current_buffer->save_modified >= MODIFF)