]> git.eshelyaron.com Git - emacs.git/commit
Support selection type text/plain on wayland
authorYuuki Harano <masm+github@masm11.me>
Tue, 2 Mar 2021 12:08:50 +0000 (21:08 +0900)
committerYuuki Harano <masm+github@masm11.me>
Tue, 2 Mar 2021 12:08:50 +0000 (21:08 +0900)
commit436f21eda127882a8408bdc8ae0d398c2cf5aff2
tree424de9e835f39e35ad6c34eb512671b1351e7424
parent9f7fde8dc9cae395605b4923324895fbe7c1c8d0
Support selection type text/plain on wayland

Apps on XWayland need this.

* lisp/select.el (x-select-request-type): Add choice `text/plain'.
(gui--selection-value-internal): Add text/plain to the default list.
lisp/select.el