]> git.eshelyaron.com Git - emacs.git/commitdiff
And again...
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 3 Jul 2009 11:35:04 +0000 (11:35 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 3 Jul 2009 11:35:04 +0000 (11:35 +0000)
src/xfns.c

index f67b8289e6b47e6fb5ac684d5eae82778a7465a7..4c6aa4210dc222d2cac4246e3faa579297e3ff62 100644 (file)
@@ -2850,7 +2850,8 @@ x_window (f)
   }
 
   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;