1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

Comment changes.

This commit is contained in:
Richard M. Stallman 1994-02-17 23:33:02 +00:00
parent 49e907d10e
commit 812361a197

View file

@ -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 ()
{