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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Sat, 11 Mar 2006 15:20:09 +0000

Index: emacs/src/xterm.c
diff -u emacs/src/xterm.c:1.901 emacs/src/xterm.c:1.902
--- emacs/src/xterm.c:1.901     Sat Mar 11 12:04:41 2006
+++ emacs/src/xterm.c   Sat Mar 11 15:20:09 2006
@@ -7590,6 +7590,23 @@
   x_error_message->string[0] = 0;
 }
 
+/* Close off all unclosed x_catch_errors calls.  */
+
+void
+x_fully_uncatch_errors ()
+{
+  while (x_error_message)
+    x_uncatch_errors ();
+}
+
+/* Nonzero if x_catch_errors has been done and not yet canceled.  */
+
+int
+x_catching_errors ()
+{
+  return x_error_message != 0;
+}
+
 #if 0
 static unsigned int x_wire_count;
 x_trace_wire ()




reply via email to

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