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

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

[elpa] master 93f9321 174/348: ivy.el: Fix byte compiler warnings


From: Oleh Krehel
Subject: [elpa] master 93f9321 174/348: ivy.el: Fix byte compiler warnings
Date: Sat, 8 Apr 2017 11:03:50 -0400 (EDT)

branch: master
commit 93f93216f617e60199171eb522926bb1ab3f36f3
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el: Fix byte compiler warnings
    
    * ivy.el (lv-force-update): Declare.
    (lv-message): Declare.
---
 ivy.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ivy.el b/ivy.el
index b814059..ad30342 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2219,6 +2219,9 @@ Should be run via minibuffer `post-command-hook'."
   "When non-nil, the candidates are above the input, instead of below.
 This depends on `lv' feature provided by the package `hydra'.")
 
+(defvar lv-force-update)
+(declare-function lv-message "ext:lv")
+
 (defun ivy--insert-minibuffer (text)
   "Insert TEXT into minibuffer with appropriate cleanup."
   (let ((resize-mini-windows nil)



reply via email to

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