branch: externals/diff-hl commit dbd46bf23c2efc466a640a7e398ca39a51c1145e Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Fix a warning Closes #168 --- diff-hl.el | 1 + 1 file changed, 1 insertion(+) diff --git a/diff-hl.el b/diff-hl.el index 2c7943c..1c1bf51 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -899,6 +899,7 @@ the `diff-program' to be in your `exec-path'." (turn-on-diff-hl-mode))) (declare-function vc-annotate-extract-revision-at-line "vc-annotate") +(declare-function diff-hl-amend-mode "diff-hl-amend") ;;;###autoload (defun diff-hl-set-reference-rev (rev)