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

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

[nongnu] elpa/eldoc-diffstat 99b49c9793 10/10: Silence byte compilation


From: ELPA Syncer
Subject: [nongnu] elpa/eldoc-diffstat 99b49c9793 10/10: Silence byte compilation warnings
Date: Fri, 13 Dec 2024 16:01:51 -0500 (EST)

branch: elpa/eldoc-diffstat
commit 99b49c9793f9bfa1680c5cf3a7db8d44b3f0e13f
Author: Johann Klähn <johann@jklaehn.de>
Commit: Johann Klähn <johann@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.



reply via email to

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