aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 673f6ff6230..5580fbdda69 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -4255,6 +4255,7 @@ x_catch_errors ()
4255/* If any X protocol errors have arrived since the last call to 4255/* If any X protocol errors have arrived since the last call to
4256 x_catch_errors or x_check_errors, signal an Emacs error using 4256 x_catch_errors or x_check_errors, signal an Emacs error using
4257 sprintf (a buffer, FORMAT, the x error message text) as the text. */ 4257 sprintf (a buffer, FORMAT, the x error message text) as the text. */
4258
4258void 4259void
4259x_check_errors (format) 4260x_check_errors (format)
4260 char *format; 4261 char *format;
@@ -4272,6 +4273,8 @@ x_check_errors (format)
4272 } 4273 }
4273} 4274}
4274 4275
4276/* Stop catching X protocol errors and let them make Emacs die. */
4277
4275void 4278void
4276x_uncatch_errors () 4279x_uncatch_errors ()
4277{ 4280{