We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b7628 commit 739c8bbCopy full SHA for 739c8bb
1 file changed
diff-hl-dired.el
@@ -175,6 +175,12 @@ Call UPDATE-FUNCTION as entries are added."
175
res))
176
dired-subdir-alist))
177
178
+(declare-function vc-git-dir-status-goto-stage "vc-git")
179
+(declare-function make-vc-git-dir-status-state "vc-git")
180
+(declare-function vc-hg-command "vc-hg")
181
+(declare-function vc-hg--program-version "vc-hg")
182
+(declare-function vc-hg-after-dir-status "vc-hg")
183
+
184
(defun diff-hl-dir-status-ignored-files (backend dir files update-function)
185
(cond
186
((eq backend 'Git)
0 commit comments