]> git.eshelyaron.com Git - emacs.git/commit
Minor correction to X error handling
authorPo Lu <luangruo@yahoo.com>
Wed, 12 Jul 2023 10:07:53 +0000 (18:07 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 12 Jul 2023 10:07:53 +0000 (18:07 +0800)
commitd861de72289464e336c772f1741016a90a2118c5
treef07fc4182208c7e9336aaec094ebc131d549cb94
parent82edb3fdb00df69e9631d6506c61d5e86477b403
Minor correction to X error handling

* src/xterm.c (x_error_handler): Clear fail->selection_serial
after reporting an error during selection transfer, in case any
other outstanding requests within the protected section also
report errors.
src/xterm.c