aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2026-02-15 00:22:53 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2026-02-15 00:22:53 +0200
commit2902604208e3a30399e0b61066dd28790973c63c (patch)
tree65ec37e6de945d990b878537800329e223247a0b
parentb55462304c1a9428c10b6fe7f85b26292b332ba7 (diff)
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.
-rw-r--r--projectile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/projectile.el b/projectile.el
index 9abcd90..9cecd1a 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")