]> git.eshelyaron.com Git - emacs.git/commit
Work around primary selection clobbering during xterm DND
authorPo Lu <luangruo@yahoo.com>
Wed, 14 Dec 2022 13:30:29 +0000 (21:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 14 Dec 2022 13:31:28 +0000 (21:31 +0800)
commit42c757913a4c6acc07f8904df7def6b720bb23b4
tree5ea2d0b570fb60b41bd7f22bf61de32b7fa89395
parent1568123196cd8b57ed64e284b7deb058026be713
Work around primary selection clobbering during xterm DND

* src/xterm.c (x_dnd_do_unsupported_drop): Set `deactivate-mark'
to `dont-save'.  Explain why.
(syms_of_xterm): New DEFSYM `dont-save'.
src/xterm.c