From: Stefan Monnier Date: Sun, 30 Mar 2025 04:10:12 +0000 (-0400) Subject: src/insdel.c (replace_range): Remove comment X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13627d2b282be6242d0ffb71fc45cac57bc3bc04;p=emacs.git src/insdel.c (replace_range): Remove comment It should have been removed in commit b16afa45bb6a. (cherry picked from commit e1b15d58b508da279162c585b6b3783f9e267427) --- diff --git a/src/insdel.c b/src/insdel.c index 053b2d46380..6656221faa1 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -1553,9 +1553,6 @@ replace_range (ptrdiff_t from, ptrdiff_t to, Lisp_Object new, if (to < GPT) gap_left (to, to_byte, 0); - /* Even if we don't record for undo, we must keep the original text - because we may have to recover it because of inappropriate byte - combining. */ if (! EQ (BVAR (current_buffer, undo_list), Qt)) deletion = make_buffer_string_both (from, from_byte, to, to_byte, 1);