branch: elpa/projectile
commit 2902604208e3a30399e0b61066dd28790973c63c
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Add declare-function for vc-git-grep
The fboundp guard was removed but vc-git is only loaded at runtime,
so the byte-compiler needs a declare-function to avoid a warning.
---
projectile.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/projectile.el b/projectile.el
index 9abcd90d34..9cecd1a208 100644
--- a/projectile.el
+++ b/projectile.el
@@ -73,6 +73,7 @@
(declare-function eshell-search-path "esh-ext")
(declare-function vc-dir "vc-dir")
(declare-function vc-dir-busy "vc-dir")
+(declare-function vc-git-grep "vc-git")
(declare-function tramp-archive-file-name-p "tramp-archive")
(declare-function tramp-archive-file-name-archive "tramp-archive")
(declare-function helm-grep-get-file-extensions "helm-grep")