aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/undo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/undo.c b/src/undo.c
index 68065750b0f..7659224b6c6 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -41,8 +41,6 @@ prepare_record ()
41 if (NILP (pending_boundary)) 41 if (NILP (pending_boundary))
42 pending_boundary = Fcons (Qnil, Qnil); 42 pending_boundary = Fcons (Qnil, Qnil);
43 43
44 run_undoable_change ();
45
46 if (MODIFF <= SAVE_MODIFF) 44 if (MODIFF <= SAVE_MODIFF)
47 record_first_change (); 45 record_first_change ();
48} 46}