]> git.eshelyaron.com Git - emacs.git/commit
Update the MULTIPLE property with conversion outcomes
authorVladimir Panteleev <git@cy.md>
Fri, 4 Feb 2022 02:46:50 +0000 (02:46 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 5 Feb 2022 01:07:14 +0000 (09:07 +0800)
commit5098f2b844b05e4ebbbbf44c5adbc3d7975e43e6
tree6dd61f39ae0229fd4380124f6919b2a8f528dabd
parentde687e8983f57c975e902af6eb484d9115ca0733
Update the MULTIPLE property with conversion outcomes

Per the ICCCM spec:

> If the owner fails to convert the target named by an atom in the
> MULTIPLE property, it should replace that atom in the property with
> None.

* src/xselect.c (x_handle_selection_request): Do it.
src/xselect.c