branch: elpa/helm
commit 4aa83528a7badd317c17d70aa03aa673f927b9e8
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Declare variable to shutup BC (#2628)
---
helm-utils.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-utils.el b/helm-utils.el
index 3fc02544ff..7c03280037 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -47,7 +47,7 @@
(defvar helm-ff-transformer-show-only-basename)
(defvar helm-popup-tip-mode)
(defvar helm-ff-last-expanded-candidate-regexp)
-
+(defvar helm-mode-find-file-target-alist)
(defgroup helm-utils nil
"Utilities routines for Helm."