Mercurial > emacs
changeset 5986:fdb3959bbaf7
Comment changes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Feb 1994 23:33:02 +0000 |
parents | e3987bd63d2e |
children | 040bdc2fec7c |
files | src/xterm.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 () {