aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-12-10 19:29:02 +0800
committerPo Lu2022-12-10 19:29:02 +0800
commitcb202d30edbdaf710327f71feaa5985e35c75d86 (patch)
tree2294e0681b2264620fa179d8ef1a0187830de472 /src
parentdc37090d6e26f561b8f89e7afe8e2c3fa3543608 (diff)
downloademacs-cb202d30edbdaf710327f71feaa5985e35c75d86.tar.gz
emacs-cb202d30edbdaf710327f71feaa5985e35c75d86.zip
; * src/xterm.c (x_connection_closed): Fix typo in change.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 2 insertions, 1 deletions
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",
26050 /* Dump the list of error handlers for debugging 26050 /* Dump the list of error handlers for debugging
26051 purposes if the list exists. */ 26051 purposes if the list exists. */
26052 26052
26053 if (dpyinfo->failable_requests || x_error_message) 26053 if ((dpyinfo->failable_requests
26054 != dpyinfo->next_failable_request) || x_error_message)
26054 fprintf (stderr, "X error handlers currently installed:\n"); 26055 fprintf (stderr, "X error handlers currently installed:\n");
26055 26056
26056 for (failable = dpyinfo->failable_requests; 26057 for (failable = dpyinfo->failable_requests;