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, 08 Jul 2003 17:28:39 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.841 emacs/src/xdisp.c:1.842
*** emacs/src/xdisp.c:1.841     Mon Jul  7 16:40:57 2003
--- emacs/src/xdisp.c   Tue Jul  8 17:28:38 2003
***************
*** 19270,19276 ****
  {
    struct glyph_row *row, *first;
    struct glyph *glyph, *end;
!   int i, past_end = 0;
  
    first = MATRIX_FIRST_TEXT_ROW (w->current_matrix);
    row = row_containing_pos (w, charpos, first, NULL, 0);
--- 19270,19276 ----
  {
    struct glyph_row *row, *first;
    struct glyph *glyph, *end;
!   int past_end = 0;
  
    first = MATRIX_FIRST_TEXT_ROW (w->current_matrix);
    row = row_containing_pos (w, charpos, first, NULL, 0);




reply via email to

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