branch: externals/ivy-hydra
commit 096ff2a5ea537e9d46a4252c74721d43a1ed4d3e
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    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