branch: master
commit 8905b8bc02760f9e85de7a0ab1bdeab4166e3938
Author: Basil L. Contovounesios <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>

    counsel.el: Pacify byte-compiler
    
    Re: #2074
---
 counsel.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/counsel.el b/counsel.el
index 2012c62..df676da 100644
--- a/counsel.el
+++ b/counsel.el
@@ -385,10 +385,10 @@ Update the minibuffer with the amount of lines collected 
every
 ;;** `counsel-company'
 (defvar company-candidates)
 (defvar company-common)
+(defvar company-prefix)
+(declare-function company-abort "ext:company")
 (declare-function company-complete "ext:company")
 (declare-function company-mode "ext:company")
-(declare-function company-complete-common "ext:company")
-(declare-function company-abort "ext:company")
 
 ;;;###autoload
 (defun counsel-company ()

Reply via email to