aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2009-07-03 11:17:44 +0000
committerJan Djärv2009-07-03 11:17:44 +0000
commitdb3b2dc8ab5e3cc8b8ca72b748aa1c51beb16843 (patch)
tree404300b593b4a9c86af863afddd3fc86335307e3 /src
parente044e4fcd50c4db40c9efb40dd395bace59f287b (diff)
downloademacs-db3b2dc8ab5e3cc8b8ca72b748aa1c51beb16843.tar.gz
emacs-db3b2dc8ab5e3cc8b8ca72b748aa1c51beb16843.zip
Fix typo.
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