diff options
Diffstat (limited to 'lisp/dnd.el')
-rw-r--r-- | lisp/dnd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dnd.el b/lisp/dnd.el index 56a619490aa..8f31adf2756 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el @@ -151,7 +151,7 @@ Return nil if URI is not a local file." (let ((str (make-string 1 0))) (aset str 0 (string-to-number (substring arg 1) 16)) str)) - f nil t)) + f t t)) (let* ((decoded-f (decode-coding-string f (or file-name-coding-system |