]> code.delx.au - gnu-emacs/commitdiff
Fix regression after merge.
authorPhillip Lord <phillip.lord@russet.org.uk>
Thu, 26 Nov 2015 18:02:29 +0000 (18:02 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Thu, 26 Nov 2015 18:02:29 +0000 (18:02 +0000)
 * undo.c (prepare_record): Remove call to run_undoable_change.

src/undo.c

index 68065750b0fe875dddfd3406b4922774b51dea9b..7659224b6c6100df170376b27549ab4c0d1ee02a 100644 (file)
@@ -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 ();
 }