From: Po Lu Date: Thu, 7 Apr 2022 00:37:53 +0000 (+0800) Subject: * src/xselect.c (x_atom_to_symbol): Add XdndSelection. X-Git-Tag: emacs-29.0.90~1931^2~734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=340e81f47620b7d09ddc5c49c330b80e2ef635bd;p=emacs.git * src/xselect.c (x_atom_to_symbol): Add XdndSelection. --- diff --git a/src/xselect.c b/src/xselect.c index 2969c816a36..f855980a300 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -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);