]> git.eshelyaron.com Git - emacs.git/commit
Remove unnecessary error checks in xselect.c
authorPo Lu <luangruo@yahoo.com>
Thu, 1 Dec 2022 06:51:29 +0000 (14:51 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 1 Dec 2022 06:51:29 +0000 (14:51 +0800)
commitf19ab1d36c5a39732bef31bc88766b67094b96e7
tree95818c8045280c78a57d068eba5315cc811a71b2
parent5a5ee3356d21f271e91ca95b1625fa02e1a6957e
Remove unnecessary error checks in xselect.c

* src/xselect.c (x_own_selection): Don't sync around
XSetSelectionOwner, as the atom and window specified are always
correct.
src/xselect.c