1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 06:31:13 -08:00

; * src/xterm.c (x_connection_closed): Fix typo in change.

This commit is contained in:
Po Lu 2022-12-10 19:29:02 +08:00
parent dc37090d6e
commit cb202d30ed

View file

@ -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;