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


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

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/05/12 23:28:16

Index: xterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/xterm.c,v
retrieving revision 1.943
retrieving revision 1.944
diff -u -b -r1.943 -r1.944
--- xterm.c     9 Mar 2007 17:41:38 -0000       1.943
+++ xterm.c     12 May 2007 23:28:16 -0000      1.944
@@ -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]