]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorKim F. Storm <storm@cua.dk>
Mon, 7 Mar 2005 13:43:34 +0000 (13:43 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 7 Mar 2005 13:43:34 +0000 (13:43 +0000)
src/xdisp.c

index 16b626959c6a21cd60d3231f9a6387643d8adc28..284cad0dad2a704c9a414e366567ac294aec6ee4 100644 (file)
@@ -20205,10 +20205,7 @@ notice_overwritten_cursor (w, area, x0, x1, y0, y1)
       || 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;
-    }
+    return;
 
   if (row->cursor_in_fringe_p)
     {