aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2009-07-03 11:35:04 +0000
committerJan Djärv2009-07-03 11:35:04 +0000
commit72ec0c8d03f32629971da18e0baa631fc7cb3e0a (patch)
tree1c5a73a9cafd338e240a46da260fb20400796fab
parentdb3b2dc8ab5e3cc8b8ca72b748aa1c51beb16843 (diff)
downloademacs-72ec0c8d03f32629971da18e0baa631fc7cb3e0a.tar.gz
emacs-72ec0c8d03f32629971da18e0baa631fc7cb3e0a.zip
And again...
-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