]> git.eshelyaron.com Git - emacs.git/commit
Display list of traps and handlers when crashing due to an X error
authorPo Lu <luangruo@yahoo.com>
Mon, 4 Jul 2022 03:32:05 +0000 (11:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 4 Jul 2022 03:32:05 +0000 (11:32 +0800)
commitc96cd5e2b71f1de8c5b84c290ec8c9a01ec75bdd
treeee54404e2089831d772d83b57eb9e737fdd26316
parentbbca04fd9d10ec2a5e849c48eab42faad0de0a32
Display list of traps and handlers when crashing due to an X error

* src/xterm.c (x_connection_closed): Print list of installed
error handlers if not crashing due to an IO error.
(NO_INLINE): Include error serial in error message.
src/xterm.c