From 83daa9dcec972866080d8bc19ebbad6f28d72743 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 7 Mar 2005 13:43:34 +0000 Subject: [PATCH] Fix last change. --- src/xdisp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 16b626959c6..284cad0dad2 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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) { -- 2.39.2