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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v [EMACS_22_BASE]
Date: Tue, 09 Oct 2007 01:28:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/10/09 01:28:33

Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1149.2.10
retrieving revision 1.1149.2.11
diff -u -b -r1.1149.2.10 -r1.1149.2.11
--- xdisp.c     6 Oct 2007 09:56:29 -0000       1.1149.2.10
+++ xdisp.c     9 Oct 2007 01:28:33 -0000       1.1149.2.11
@@ -3719,6 +3719,10 @@
                  it->position.bytepos = CHAR_TO_BYTE (it->position.charpos);
                }
               setup_for_ellipsis (it, 0);
+             /* Let the ellipsis display before
+                considering any properties of the following char.
+                Fixes address@hidden 01 Oct 07 bug.  */
+             handled = HANDLED_RETURN;
             }
        }
     }




reply via email to

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