aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/x-dnd.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/x-dnd.el')
-rw-r--r--lisp/x-dnd.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el
index fc593224d2..b75d650416 100644
--- a/lisp/x-dnd.el
+++ b/lisp/x-dnd.el
@@ -79,6 +79,7 @@ if drop is successful, nil if not."
:group 'x)
(defcustom x-dnd-known-types
+ (mapcar 'purecopy
'("text/uri-list"
"text/x-moz-url"
"_NETSCAPE_URL"
@@ -91,7 +92,7 @@ if drop is successful, nil if not."
"COMPOUND_TEXT"
"STRING"
"TEXT"
- )
+ ))
"The types accepted by default for dropped data.
The types are chosen in the order they appear in the list."
:version "22.1"