From: Po Lu Date: Sat, 10 Dec 2022 11:29:02 +0000 (+0800) Subject: ; * src/xterm.c (x_connection_closed): Fix typo in change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb202d30edbdaf710327f71feaa5985e35c75d86;p=emacs.git ; * src/xterm.c (x_connection_closed): Fix typo in change. --- diff --git a/src/xterm.c b/src/xterm.c index c6fa29943bf..38775c3f52e 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -26050,7 +26050,8 @@ For details, see etc/PROBLEMS.\n", /* Dump the list of error handlers for debugging purposes if the list exists. */ - if (dpyinfo->failable_requests || x_error_message) + if ((dpyinfo->failable_requests + != dpyinfo->next_failable_request) || x_error_message) fprintf (stderr, "X error handlers currently installed:\n"); for (failable = dpyinfo->failable_requests;