aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xfns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index f67b8289e6b..4c6aa4210dc 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2850,7 +2850,8 @@ x_window (f)
2850 } 2850 }
2851 2851
2852 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), 2852 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2853 f->output.x->current_cursor = f->output_data.x->text_cursor); 2853 f->output_data.x->current_cursor
2854 = f->output_data.x->text_cursor);
2854 2855
2855 UNBLOCK_INPUT; 2856 UNBLOCK_INPUT;
2856 2857