mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
Remove unnecessary point motion
* src/editfns.c (Freplace_buffer_contents): Remove unnecessary point motion.
This commit is contained in:
parent
8e44350ee2
commit
5575db9216
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue