]> git.eshelyaron.com Git - emacs.git/commit
Fix a crash when an X connection is dropped in some situations
authorPo Lu <luangruo@yahoo.com>
Wed, 18 May 2022 01:07:41 +0000 (09:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 18 May 2022 01:07:41 +0000 (09:07 +0800)
commit8b98f87b924fcb2e79740063b36db1ed0b752853
treebc6e80776b334313daf094de0c9574fbf07e922d
parent961cec0a7d0d300df4405215d0a0ece35c52b4c1
Fix a crash when an X connection is dropped in some situations

* src/xterm.c (x_flip_and_flush): Don't try to flush if
`inhibit-redisplay' is t.
src/xterm.c