emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c,v [EMACS_22_BASE]


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v [EMACS_22_BASE]
Date: Sat, 12 May 2007 23:35:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      07/05/12 23:35:32

Index: xterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/xterm.c,v
retrieving revision 1.943
retrieving revision 1.943.2.1
diff -u -b -r1.943 -r1.943.2.1
--- xterm.c     9 Mar 2007 17:41:38 -0000       1.943
+++ xterm.c     12 May 2007 23:35:31 -0000      1.943.2.1
@@ -7065,6 +7065,7 @@
 #endif
 
 #ifndef USE_GTK
+      x_catch_errors (dpyinfo->display);
       while (XPending (dpyinfo->display))
        {
           int finish;
@@ -7083,6 +7084,7 @@
           if (finish == X_EVENT_GOTO_OUT)
             goto out;
         }
+      x_uncatch_errors ();
 #endif /* not USE_GTK */
     }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]