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

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

[elpa] master 2ed3da4 252/348: counsel.el: Fix byte-compile warning


From: Oleh Krehel
Subject: [elpa] master 2ed3da4 252/348: counsel.el: Fix byte-compile warning
Date: Sat, 8 Apr 2017 11:04:09 -0400 (EDT)

branch: master
commit 2ed3da4dce596527afde3a530cbc953290cfd06b
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el: Fix byte-compile warning
---
 counsel.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counsel.el b/counsel.el
index 2f32162..e251173 100644
--- a/counsel.el
+++ b/counsel.el
@@ -615,6 +615,7 @@ input corresponding to the chosen variable."
  'counsel-M-x-transformer)
 
 (declare-function bookmark-all-names "bookmark")
+(declare-function bookmark-location "bookmark")
 
 (defcustom counsel-bookmark-avoid-dired nil
   "If non-nil, choosing a directory in `counsel-bookmark'



reply via email to

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