From 2902604208e3a30399e0b61066dd28790973c63c Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 15 Feb 2026 00:22:53 +0200 Subject: 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 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") -- cgit v1.0