emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 13a03c9 2/3: Fix regression after merge.


From: Phillip Lord
Subject: [Emacs-diffs] emacs-25 13a03c9 2/3: Fix regression after merge.
Date: Thu, 26 Nov 2015 18:09:44 +0000

branch: emacs-25
commit 13a03c9083a01b30e25a81dd6ecf0da4c7fbd32a
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Fix regression after merge.
    
     * undo.c (prepare_record): Remove call to run_undoable_change.
---
 src/undo.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/undo.c b/src/undo.c
index 6806575..7659224 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 ();
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]