From 812361a197fa4a2b3753845b26aa76ebd98ca1a9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Feb 1994 23:33:02 +0000 Subject: [PATCH] Comment changes. --- src/xterm.c | 3 +++ 1 file changed, 3 insertions(+) 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 () /* If any X protocol errors have arrived since the last call to x_catch_errors or x_check_errors, signal an Emacs error using sprintf (a buffer, FORMAT, the x error message text) as the text. */ + void x_check_errors (format) char *format; @@ -4272,6 +4273,8 @@ x_check_errors (format) } } +/* Stop catching X protocol errors and let them make Emacs die. */ + void x_uncatch_errors () { -- 2.39.5