emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/diff-hl dbd46bf: Fix a warning


From: ELPA Syncer
Subject: [elpa] externals/diff-hl dbd46bf: Fix a warning
Date: Tue, 10 Aug 2021 20:57:13 -0400 (EDT)

branch: externals/diff-hl
commit dbd46bf23c2efc466a640a7e398ca39a51c1145e
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]