]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xselect.c (x_atom_to_symbol): Add XdndSelection.
authorPo Lu <luangruo@yahoo.com>
Thu, 7 Apr 2022 00:37:53 +0000 (08:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 7 Apr 2022 00:37:53 +0000 (08:37 +0800)
src/xselect.c

index 2969c816a3601fa243a397070185baf384f536d7..f855980a300244bc36e24bf4e7c74525e12dba52 100644 (file)
@@ -285,6 +285,8 @@ x_atom_to_symbol (struct x_display_info *dpyinfo, Atom atom)
     return QTARGETS;
   if (atom == dpyinfo->Xatom_NULL)
     return QNULL;
+  if (atom == dpyinfo->Xatom_XdndSelection)
+    return QXdndSelection;
 
   block_input ();
   x_catch_errors (dpyinfo->display);