branch: elpa/eldoc-diffstat commit 99b49c9793f9bfa1680c5cf3a7db8d44b3f0e13f Author: Johann Klähn <joh...@jklaehn.de> Commit: Johann Klähn <joh...@jklaehn.de>
Silence byte compilation warnings --- eldoc-diffstat.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eldoc-diffstat.el b/eldoc-diffstat.el index 49a3d09377..6433e3e88a 100644 --- a/eldoc-diffstat.el +++ b/eldoc-diffstat.el @@ -41,6 +41,12 @@ (require 'ansi-color) (require 'eieio) +(declare-function log-view-current-tag "log-view") +(declare-function magit-commit-at-point "magit-git") +(declare-function magit-stash-at-point "magit-git") +;; These slots are used in git-rebase-action (see git-rebase.el). +(eieio-declare-slots action-type target) + (defvar eldoc-diffstat--process nil "The latest async process used for fetching diffstat information. Only one active process at a time; new requests terminate previous ones.