]> git.eshelyaron.com Git - emacs.git/commit
Stop synchronizing after sending XEmbed events
authorPo Lu <luangruo@yahoo.com>
Wed, 6 Jul 2022 08:31:54 +0000 (16:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 6 Jul 2022 08:32:02 +0000 (16:32 +0800)
commite6504c3eda12c72268d2db6598764f043b74c24d
tree8dd65640ea06dca1b3705eb986a6325024a49718
parent939dc2ff126dbca1f1c31989f2c11a4fdc35648c
Stop synchronizing after sending XEmbed events

* src/xterm.c (xembed_send_message): Don't sync and handle
errors, which is actually why the XSync call in the spec exists.
src/xterm.c