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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Tue, 31 May 2005 17:54:52 -0400

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;
              }
  




reply via email to

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