emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5575db9: Remove unnecessary point motion


From: Philipp Stephani
Subject: [Emacs-diffs] master 5575db9: Remove unnecessary point motion
Date: Sat, 17 Jun 2017 10:09:21 -0400 (EDT)

branch: master
commit 5575db9216e949fa1535dac33eec9b2abb48fab4
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    Remove unnecessary point motion
    
    * src/editfns.c (Freplace_buffer_contents): Remove unnecessary point
    motion.
---
 src/editfns.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/editfns.c b/src/editfns.c
index 76b4aaf..e8ad83e 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -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



reply via email to

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