projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc37090
)
; * src/xterm.c (x_connection_closed): Fix typo in change.
author
Po Lu
<luangruo@yahoo.com>
Sat, 10 Dec 2022 11:29:02 +0000
(19:29 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 10 Dec 2022 11:29:02 +0000
(19:29 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index c6fa29943bf136256585dd840357f5ab4bae1b4d..38775c3f52e9abc7a1a008857b0efbeb166451a3 100644
(file)
--- 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;