aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dnd.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dnd.el b/lisp/dnd.el
index 927f2e3bdb6..96c9e18a3f1 100644
--- a/lisp/dnd.el
+++ b/lisp/dnd.el
@@ -36,6 +36,7 @@
36;;; Customizable variables 36;;; Customizable variables
37 37
38 38
39;;;###autoload
39(defcustom dnd-protocol-alist 40(defcustom dnd-protocol-alist
40 '( 41 '(
41 ("^file:///" . dnd-open-local-file) ; XDND format. 42 ("^file:///" . dnd-open-local-file) ; XDND format.