From: Po Lu Date: Sat, 2 Apr 2022 12:48:09 +0000 (+0800) Subject: * lisp/dired.el (dired-mouse-drag): Offer HOST_NAME as well. X-Git-Tag: emacs-29.0.90~1931^2~819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d86e47c86056e7bb80a75d9620428895b309f723;p=emacs.git * lisp/dired.el (dired-mouse-drag): Offer HOST_NAME as well. --- 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)