Remove unnecessary point motion

* src/editfns.c (Freplace_buffer_contents): Remove unnecessary point
motion.
This commit is contained in:
Philipp Stephani 2017-06-17 16:08:16 +02:00
parent 8e44350ee2
commit 5575db9216

View file

@ -3217,7 +3217,6 @@ buffer stay intact. */)
ptrdiff_t count = SPECPDL_INDEX ();
record_unwind_protect (save_excursion_restore, save_excursion_save ());
SET_PT_BOTH (BEGV, BEGV_BYTE);
ptrdiff_t i = size_a;
ptrdiff_t j = size_b;
/* Walk backwards through the lists of changes. This was also