Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1015 emacs/src/xdisp.c:1.1016
*** emacs/src/xdisp.c:1.1015    Tue May 31 15:00:44 2005
--- emacs/src/xdisp.c   Tue May 31 21:54:52 2005
***************
*** 21488,21494 ****
               tmp_glyph->charpos >= XINT (b);
               tmp_glyph--, gpos++)
            {
!             if (tmp_glyph->object != glyph->object)
                break;
            }
  
--- 21488,21494 ----
               tmp_glyph->charpos >= XINT (b);
               tmp_glyph--, gpos++)
            {
!             if (!EQ (tmp_glyph->object, glyph->object))
                break;
            }
  
***************
*** 21501,21507 ****
               tmp_glyph->charpos < XINT (e);
               tmp_glyph++, gseq_length++)
              {
!               if (tmp_glyph->object != glyph->object)
                  break;
              }
  
--- 21501,21507 ----
               tmp_glyph->charpos < XINT (e);
               tmp_glyph++, gseq_length++)
              {
!               if (!EQ (tmp_glyph->object, glyph->object))
                  break;
              }
  


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to