Skip to content

Commit 739c8bb

Browse files
committed
Fix bc-warnings in diff-hl-dired
1 parent 81b7628 commit 739c8bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

diff-hl-dired.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ Call UPDATE-FUNCTION as entries are added."
175175
res))
176176
dired-subdir-alist))
177177

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+
178184
(defun diff-hl-dir-status-ignored-files (backend dir files update-function)
179185
(cond
180186
((eq backend 'Git)

0 commit comments

Comments
 (0)