diff options
author | Po Lu <luangruo@yahoo.com> | 2022-04-02 20:48:09 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-04-02 20:48:09 +0800 |
commit | d86e47c86056e7bb80a75d9620428895b309f723 (patch) | |
tree | 0cc8356094933eb06d343cdfd0f1c4c9a9b1ab59 /lisp/dired.el | |
parent | ca5f259cff93ad7fc4d5e70319412420affb6d17 (diff) | |
download | emacs-d86e47c86056e7bb80a75d9620428895b309f723.tar.gz emacs-d86e47c86056e7bb80a75d9620428895b309f723.tar.bz2 emacs-d86e47c86056e7bb80a75d9620428895b309f723.zip |
* lisp/dired.el (dired-mouse-drag): Offer HOST_NAME as well.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |