branch: elpa/helm
commit ba34197b56c4ffd58c2b10d9f8c35399e28875da
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Require dnd
---
 helm-files.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-files.el b/helm-files.el
index fb198d6f5f..27ee207919 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5664,6 +5664,7 @@ and release the mouse in this same buffer.")
 
 Use it for non-interactive calls of `helm-find-files'."
   (require 'tramp)
+  (require 'dnd)
   ;; Resolve FNAME now outside of helm.
   ;; [FIXME] When `helm-find-files-1' is used directly from lisp
   ;; and FNAME is an abbreviated path, for some reasons

Reply via email to