From d86e47c86056e7bb80a75d9620428895b309f723 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 2 Apr 2022 20:48:09 +0800 Subject: [PATCH] * lisp/dired.el (dired-mouse-drag): Offer HOST_NAME as well. --- lisp/dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired.el b/lisp/dired.el index 0524ac16c24..d6e189cba33 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1750,7 +1750,7 @@ when Emacs exits or the user drags another file.") #'dired-remove-last-dragged-local-file)) (gui-backend-set-selection 'XdndSelection filename) (x-begin-drag '("text/uri-list" "text/x-dnd-username" - "FILE_NAME" "FILE") + "FILE_NAME" "FILE" "HOST_NAME") (if (eq 'dired-mouse-drag-files 'link) 'XdndActionLink 'XdndActionCopy) -- 2.39.5