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: Sun, 13 May 2007 13:37:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/05/13 13:37:12

Index: xterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/xterm.c,v
retrieving revision 1.944
retrieving revision 1.945
diff -u -b -r1.944 -r1.945
--- xterm.c     12 May 2007 23:28:16 -0000      1.944
+++ xterm.c     13 May 2007 13:37:11 -0000      1.945
@@ -7065,7 +7065,6 @@
 #endif
 
 #ifndef USE_GTK
-      x_catch_errors (dpyinfo->display);
       while (XPending (dpyinfo->display))
        {
           int finish;
@@ -7084,7 +7083,6 @@
           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]