emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Wed, 17 Aug 2005 11:00:14 -0400

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.354 emacs/src/dispnew.c:1.355
*** emacs/src/dispnew.c:1.354   Tue Aug 16 14:58:16 2005
--- emacs/src/dispnew.c Wed Aug 17 15:00:14 2005
***************
*** 5801,5808 ****
      }
  #endif
  
!   row = MATRIX_ROW (w->current_matrix, it.vpos);
!   if (row->enabled_p)
      {
        if (it.hpos < row->used[TEXT_AREA])
        {
--- 5801,5809 ----
      }
  #endif
  
!   if (it.vpos < w->current_matrix->nrows
!       && (row = MATRIX_ROW (w->current_matrix, it.vpos),
!         row->enabled_p))
      {
        if (it.hpos < row->used[TEXT_AREA])
        {




reply via email to

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