From: Richard M. Stallman Date: Thu, 17 Feb 1994 23:33:02 +0000 (+0000) Subject: Comment changes. X-Git-Tag: emacs-19.34~9866 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=812361a197fa4a2b3753845b26aa76ebd98ca1a9;p=emacs.git Comment changes. --- 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 () {