# HG changeset patch # User Kim F. Storm # Date 1110203014 0 # Node ID 7d03f539a0348e8d558c136048e6a413e0ecb6d8 # Parent 234a7cab00e41a45f5c2d5822c4b589ce4f90861 Fix last change. diff -r 234a7cab00e4 -r 7d03f539a034 src/xdisp.c --- a/src/xdisp.c Mon Mar 07 11:12:58 2005 +0000 +++ b/src/xdisp.c Mon Mar 07 13:43:34 2005 +0000 @@ -20205,10 +20205,7 @@ || 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) {