summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorNicholas Vollmer <iarchivedmywholelife@gmail.com>2020-07-28 01:32:24 -0400
committerNicholas Vollmer <iarchivedmywholelife@gmail.com>2020-07-28 01:32:24 -0400
commit860a6e5736bdb67dd12a3aeeeea69beeeae47cc7 (patch)
tree386627fb7b4f9a930d2fab94170a9458a28aee28 /helm-locate.el
parente2e8dabadbf067a2ecd68aca041a4431bea586ff (diff)
Fix byte compiler warnings
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-locate.el b/helm-locate.el
index 1f69820f..49e1359e 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -26,6 +26,9 @@
(require 'helm-types)
(require 'helm-help)
+(defvar helm-ff-default-directory)
+(declare-function helm-read-file-name "helm-mode")
+
(defgroup helm-locate nil
"Locate related Applications and libraries for Helm."