Mercurial > emacs
changeset 69401:259ab035a718
Add x_fully_uncatch_errors and x_catching_errors to
the list of unused display error handling functions.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 11 Mar 2006 16:02:38 +0000 |
parents | fde63ac8d588 |
children | 2413e06fae9c |
files | src/w32term.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Sat Mar 11 16:01:21 2006 +0000 +++ b/src/w32term.c Sat Mar 11 16:02:38 2006 +0000 @@ -5236,6 +5236,8 @@ x_catch_errors (dpy) x_catch_errors_unwind (old_val) x_check_errors (dpy, format) +x_fully_uncatch_errors () +x_catching_errors () x_had_errors_p (dpy) x_clear_errors (dpy) x_uncatch_errors (dpy, count)