emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4a4677aa32f: Correct order of arguments to dnd-handle-multiple-ur


From: Po Lu
Subject: master 4a4677aa32f: Correct order of arguments to dnd-handle-multiple-urls
Date: Thu, 26 Oct 2023 20:25:59 -0400 (EDT)

branch: master
commit 4a4677aa32fcecd5d490a096e4de0e03ebe55b5e
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Correct order of arguments to dnd-handle-multiple-urls
    
    * lisp/term/android-win.el (android-handle-dnd-event): Pass
    new-uri-list before action.
---
 lisp/term/android-win.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/term/android-win.el b/lisp/term/android-win.el
index b73251456fa..960dfdcb4a6 100644
--- a/lisp/term/android-win.el
+++ b/lisp/term/android-win.el
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]