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

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

[elpa] externals/ivy-hydra 096ff2a 020/395: counsel.el: Fix compiler war


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 096ff2a 020/395: counsel.el: Fix compiler warning
Date: Thu, 25 Feb 2021 08:31:22 -0500 (EST)

branch: externals/ivy-hydra
commit 096ff2a5ea537e9d46a4252c74721d43a1ed4d3e
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    counsel.el: Fix compiler warning
---
 counsel.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/counsel.el b/counsel.el
index 4c53657..010fc7c 100644
--- a/counsel.el
+++ b/counsel.el
@@ -389,6 +389,8 @@ Update the minibuffer with the amount of lines collected 
every
 (declare-function company-abort "ext:company")
 (declare-function company-complete "ext:company")
 (declare-function company-mode "ext:company")
+(declare-function company-call-backend "ext:company")
+(declare-function company--clean-string "ext:company")
 
 ;;;###autoload
 (defun counsel-company ()



reply via email to

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