emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Po Lu
Subject: master cb202d30edb: ; * src/xterm.c (x_connection_closed): Fix typo in change.
Date: Sat, 10 Dec 2022 06:29:17 -0500 (EST)

branch: master
commit cb202d30edbdaf710327f71feaa5985e35c75d86
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/xterm.c (x_connection_closed): Fix typo in change.
---
 src/xterm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]