diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-02-15 00:22:53 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-02-15 00:22:53 +0200 |
| commit | 2902604208e3a30399e0b61066dd28790973c63c (patch) | |
| tree | 65ec37e6de945d990b878537800329e223247a0b | |
| parent | b55462304c1a9428c10b6fe7f85b26292b332ba7 (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.el | 1 |
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") |
