]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 21 Oct 2009 19:15:57 +0000 (19:15 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 21 Oct 2009 19:15:57 +0000 (19:15 +0000)
src/ChangeLog
src/xterm.c

index c1f8b8cef83ad5a7e4a9791c4665dfbdae1c84b7..0e4d2d24b0cfc271b3c4ab7df42d210f5bb01363 100644 (file)
@@ -1,5 +1,7 @@
 2009-10-21  Jan Djärv  <jan.h.d@swipnet.se>
 
+       * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
+
        * xterm.h (x_wait_for_event): Declare it.
 
        * xterm.c (pending_event_wait): New variable.
index e3a70a07fe428d5e58c7ed2334e1aff74752871b..16aa12abbaa0d0874c38dceb0f204f9820dbd5fe 100644 (file)
@@ -10456,7 +10456,6 @@ x_term_init (display_name, xrm_option, resource_name)
            || !strcmp (SDATA (value), "on")))
       XSynchronize (dpyinfo->display, True);
   }
-  XSynchronize (dpyinfo->display, True);
 
   {
     Lisp_Object value;