diff options
Diffstat (limited to 'lisp/x-dnd.el')
-rw-r--r-- | lisp/x-dnd.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index fc593224d24..b75d650416c 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" |