From 16ca6226363d54b7b21df93311cc684a563e6a05 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 11 Mar 2006 16:02:38 +0000 Subject: [PATCH] Add x_fully_uncatch_errors and x_catching_errors to the list of unused display error handling functions. --- src/w32term.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/w32term.c b/src/w32term.c index 37139614e2..3ffe00dd31 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -5236,6 +5236,8 @@ x_error_catcher (display, error) 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) -- 2.39.2