aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index ad6e1125027..224fb7c1442 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -116,7 +116,7 @@
116 "/") 116 "/")
117 "/"))) 117 "/")))
118 (dnd-handle-one-url window 'private 118 (dnd-handle-one-url window 'private
119 (concat "file:" file-name))) 119 (concat "file://" file-name)))
120 120
121(defun w32-drag-n-drop (event &optional new-frame) 121(defun w32-drag-n-drop (event &optional new-frame)
122 "Edit the files listed in the drag-n-drop EVENT. 122 "Edit the files listed in the drag-n-drop EVENT.