]> git.eshelyaron.com Git - emacs.git/commit
Fix preserving selections if `x-lost-selection-functions' signals
authorPo Lu <luangruo@yahoo.com>
Tue, 12 Jul 2022 07:14:04 +0000 (15:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 12 Jul 2022 07:14:25 +0000 (15:14 +0800)
commit93b31707e97f8ddf11aa8acbf5c61bc29b5f7528
treead450cc67fcd4c27938e754f1e62f53aaf416d35
parenta837c59d9eca748e3895ae09e82373531222aef6
Fix preserving selections if `x-lost-selection-functions' signals

* src/xterm.c (x_preserve_selections): Get selection owner and
run lost selection hook separately.
src/xterm.c