]> git.eshelyaron.com Git - emacs.git/commit
Fix killing Emacs upon display disconnect
authorPo Lu <luangruo@yahoo.com>
Thu, 14 Jul 2022 03:47:00 +0000 (11:47 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 14 Jul 2022 03:47:00 +0000 (11:47 +0800)
commitd37ba6f259b972aa44c66ecb76210e03a3084183
tree717f766b91ba59ff1d26aedccc45d7d7f992cc55
parent9a888323c60c60fb37f471ef03f0bcdff91cb850
Fix killing Emacs upon display disconnect

* src/xterm.c (x_connection_closed): On Xt builds terminals can
be left alive without any frames on them, so take that into
account.  (bug#56528)
src/xterm.c