From: Eli Zaretskii Date: Sat, 11 Mar 2006 16:02:38 +0000 (+0000) Subject: Add x_fully_uncatch_errors and x_catching_errors to X-Git-Tag: emacs-pretest-22.0.90~3678 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16ca6226363d54b7b21df93311cc684a563e6a05;p=emacs.git Add x_fully_uncatch_errors and x_catching_errors to the list of unused display error handling functions. --- diff --git a/src/w32term.c b/src/w32term.c index 37139614e24..3ffe00dd314 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)