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

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      07/05/13 13:33:32

Index: xterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/xterm.c,v
retrieving revision 1.943.2.1
retrieving revision 1.943.2.2
diff -u -b -r1.943.2.1 -r1.943.2.2
--- xterm.c     12 May 2007 23:35:31 -0000      1.943.2.1
+++ xterm.c     13 May 2007 13:33:32 -0000      1.943.2.2
@@ -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]