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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Mon, 07 Mar 2005 08:43:35 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.989 emacs/src/xdisp.c:1.990
*** emacs/src/xdisp.c:1.989     Mon Mar  7 09:29:21 2005
--- emacs/src/xdisp.c   Mon Mar  7 13:43:34 2005
***************
*** 20205,20214 ****
        || w->phys_cursor.vpos >= w->current_matrix->nrows
        || (row = w->current_matrix->rows + w->phys_cursor.vpos,
          !(row->enabled_p && row->displays_text_p)))
!     {
!       w->phys_cursor_on_p = 0;
!       return;
!     }
  
    if (row->cursor_in_fringe_p)
      {
--- 20205,20211 ----
        || w->phys_cursor.vpos >= w->current_matrix->nrows
        || (row = w->current_matrix->rows + w->phys_cursor.vpos,
          !(row->enabled_p && row->displays_text_p)))
!     return;
  
    if (row->cursor_in_fringe_p)
      {




reply via email to

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