From db3b2dc8ab5e3cc8b8ca72b748aa1c51beb16843 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 3 Jul 2009 11:17:44 +0000 Subject: [PATCH] Fix typo. --- src/xfns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) } 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; -- 2.39.2