diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/undo.c | 2 |
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 () if (NILP (pending_boundary)) pending_boundary = Fcons (Qnil, Qnil); - run_undoable_change (); - if (MODIFF <= SAVE_MODIFF) record_first_change (); } |