]> git.eshelyaron.com Git - emacs.git/commit
Fix cancelling DND upon a regular X error
authorPo Lu <luangruo@yahoo.com>
Sat, 11 Jun 2022 01:12:44 +0000 (09:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 11 Jun 2022 01:12:44 +0000 (09:12 +0800)
commit7def8baa086451450f8bb34b07febb232f9c148d
treeea84710579367217cc4bb29d198c6e8d10cc2092
parentcb0c697e21f710cb8df56c33d951f780a2a1e40e
Fix cancelling DND upon a regular X error

* src/xterm.c (x_connection_closed): The display isn't dead upon
a non-IO error, so don't avoid sending messages to clean stuff
up.
src/xterm.c