Mercurial > emacs
changeset 103706:795208dc99c5
And again...
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 03 Jul 2009 11:35:04 +0000 |
parents | bc2b1f7e7bc0 |
children | 6f4661f3af1c |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Fri Jul 03 11:17:44 2009 +0000 +++ b/src/xfns.c Fri Jul 03 11:35:04 2009 +0000 @@ -2850,7 +2850,8 @@ } XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), - f->output.x->current_cursor = f->output_data.x->text_cursor); + f->output_data.x->current_cursor + = f->output_data.x->text_cursor); UNBLOCK_INPUT;