diff options
| author | Phillip Lord | 2015-11-26 18:02:29 +0000 |
|---|---|---|
| committer | Phillip Lord | 2015-11-26 18:02:29 +0000 |
| commit | 13a03c9083a01b30e25a81dd6ecf0da4c7fbd32a (patch) | |
| tree | 8009258894ca6b7b2d6fa0a3fa358114883c01e6 /src/undo.c | |
| parent | 7592cb9d2a5d68dcb556c87226e38588ce555bd9 (diff) | |
| download | emacs-13a03c9083a01b30e25a81dd6ecf0da4c7fbd32a.tar.gz emacs-13a03c9083a01b30e25a81dd6ecf0da4c7fbd32a.zip | |
Fix regression after merge.
* undo.c (prepare_record): Remove call to run_undoable_change.
Diffstat (limited to 'src/undo.c')
| -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 () | |||
| 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 | } |