]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove an obsolete comment
authorKarl Fogel <kfogel@red-bean.com>
Sun, 28 Nov 2021 19:34:57 +0000 (13:34 -0600)
committerKarl Fogel <kfogel@red-bean.com>
Sun, 28 Nov 2021 19:34:57 +0000 (13:34 -0600)
* src/editfns.c (Ftranspose_regions): Remove an obsolete comment about
  memmove, following up to commit 72af86bd8cf of 8 Jul 2010 by Andreas
  Schwab and commit 354f9f0fc6cc of 23 Feb 2016 by Fredrik Bergroth,
  both of which added calls to memmove.

src/editfns.c

index c8219decb0670a57c221b5828cc9de15173f4668..5c9c34dc3522dd6be8fc80f49d37f578a7534289 100644 (file)
@@ -4265,9 +4265,6 @@ ring.  */)
      enough to use as the temporary storage?  That would avoid an
      allocation... interesting.  Later, don't fool with it now.  */
 
-  /* Working without memmove, for portability (sigh), so must be
-     careful of overlapping subsections of the array...  */
-
   if (end1 == start2)          /* adjacent regions */
     {
       modify_text (start1, end2);