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:
parent
49e907d10e
commit
812361a197
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue