branch: elpa/helm commit fbea333386579497405d98d67ec2d76a4ac4985a Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix interactive mode --- helm-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index 27ee207919..c179a831f4 100644 --- a/helm-files.el +++ b/helm-files.el @@ -5603,7 +5603,7 @@ Show the first `helm-ff-history-max-length' elements of "Drag-and-drop marked files at EVENT. It is the drag-an-drop function of dired adapted for helm-find-files." - (interactive "e" dired-mode) + (interactive "e") (when mark-active (deactivate-mark)) (let ((action helm-ff-drag-mouse-1-default-action)) (save-excursion