Correct order of arguments to dnd-handle-multiple-urls
* lisp/term/android-win.el (android-handle-dnd-event): Pass new-uri-list before action.
This commit is contained in:
@@ -288,8 +288,9 @@ content:// URIs into the special file names which represent them."
|
||||
;; transformed back into a content URI.
|
||||
dnd-unescape-file-uris nil))))
|
||||
(push uri new-uri-list))
|
||||
(dnd-handle-multiple-urls (posn-window posn) 'copy
|
||||
new-uri-list))))))
|
||||
(dnd-handle-multiple-urls (posn-window posn)
|
||||
new-uri-list
|
||||
'copy))))))
|
||||
|
||||
(define-key special-event-map [drag-n-drop] 'android-handle-dnd-event)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user