]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (x_connection_closed): Fix typo in change.
authorPo Lu <luangruo@yahoo.com>
Sat, 10 Dec 2022 11:29:02 +0000 (19:29 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 10 Dec 2022 11:29:02 +0000 (19:29 +0800)
src/xterm.c

index c6fa29943bf136256585dd840357f5ab4bae1b4d..38775c3f52e9abc7a1a008857b0efbeb166451a3 100644 (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;