# HG changeset patch # User Richard M. Stallman # Date 761527982 0 # Node ID fdb3959bbaf78e4eb21e885628075fb3b198785b # Parent e3987bd63d2efcd2cc30fb7afc25dbeab0ef541c Comment changes. diff -r e3987bd63d2e -r fdb3959bbaf7 src/xterm.c --- a/src/xterm.c Thu Feb 17 23:32:05 1994 +0000 +++ b/src/xterm.c Thu Feb 17 23:33:02 1994 +0000 @@ -4255,6 +4255,7 @@ /* 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 @@ } } +/* Stop catching X protocol errors and let them make Emacs die. */ + void x_uncatch_errors () {