Mercurial > emacs
changeset 60489:7d03f539a034
Fix last change.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 07 Mar 2005 13:43:34 +0000 |
parents | 234a7cab00e4 |
children | 2e5cfcc774b9 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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) {