]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 17 Jun 2002 21:32:46 +0000 (21:32 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 17 Jun 2002 21:32:46 +0000 (21:32 +0000)
src/ChangeLog

index bececc6a1ec5a3293b72d55c602f30017a2e05c2..dd200650c109b5c9f06972e5a345f59a362df994 100644 (file)
@@ -1,3 +1,11 @@
+2002-06-18  Kim F. Storm  <storm@cua.dk>
+
+       * insdel.c (insert_1_both, insert_from_string_1)
+       (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
+       insert happened in the end_unchanged region.  Otherwise, the
+       redisplay may be confused and duplicate the last line in the
+       buffer [seen after save-buffer when require-final-newline==t].
+
 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * strftime.c: [__hpux]: Include sys/_mbstate_t.h.