aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 237b1c911ee..f67b8289e6b 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2704,7 +2704,8 @@ x_window (f, window_prompting, minibuffer_only)
2704 } 2704 }
2705 2705
2706 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), 2706 XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
2707 f->output.x->current_cursor = f->output_data.x->text_cursor); 2707 f->output_data.x->current_cursor
2708 = f->output_data.x->text_cursor);
2708 2709
2709 UNBLOCK_INPUT; 2710 UNBLOCK_INPUT;
2710 2711