branch: master
commit 93f93216f617e60199171eb522926bb1ab3f36f3
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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)