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

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

[elpa] master 3e1a940 045/348: counsel.el: Fix byte compile warnings


From: Oleh Krehel
Subject: [elpa] master 3e1a940 045/348: counsel.el: Fix byte compile warnings
Date: Sat, 8 Apr 2017 11:03:21 -0400 (EDT)

branch: master
commit 3e1a940cebf12581d61c54274e894fee703c8873
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el: Fix byte compile warnings
---
 counsel.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/counsel.el b/counsel.el
index bf1f68c..d3b24b4 100644
--- a/counsel.el
+++ b/counsel.el
@@ -515,6 +515,8 @@ Update the minibuffer with the amount of lines collected 
every
  'counsel-M-x
  'counsel-M-x-transformer)
 
+(declare-function bookmark-all-names "bookmark")
+
 ;;;###autoload
 (defun counsel-bookmark ()
   "Forward to `bookmark-jump'."
@@ -2102,6 +2104,12 @@ And insert it into the minibuffer. Useful during
             :action #'counsel-linux-app-action-default
             :caller 'counsel-linux-app))
 
+(defvar company-candidates)
+(defvar company-point)
+(defvar company-common)
+(declare-function company-complete "ext:company")
+(declare-function company-complete-common "ext:company")
+
 ;;;###autoload
 (defun counsel-company ()
   "Complete using `company-candidates'."



reply via email to

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