emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xdisp.c,v [EMACS_22_BASE]


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v [EMACS_22_BASE]
Date: Sat, 10 Nov 2007 03:06:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/11/10 03:06:47

Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1149.2.17
retrieving revision 1.1149.2.18
diff -u -b -r1.1149.2.17 -r1.1149.2.18
--- xdisp.c     7 Nov 2007 15:31:20 -0000       1.1149.2.17
+++ xdisp.c     10 Nov 2007 03:06:44 -0000      1.1149.2.18
@@ -4918,7 +4918,7 @@
   j = it->current.overlay_string_index;
   while (i < OVERLAY_STRING_CHUNK_SIZE && j < n)
     {
-      it->overlay_strings[i++] = entries[j++].string;
+      it->overlay_strings[i] = entries[j].string;
       it->string_overlays[i++] = entries[j++].overlay;
     }
 




reply via email to

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