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:
parent
dc37090d6e
commit
cb202d30ed
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue