branch: master
commit 5b4dbbc25dbe953aeda8a4b7312fd25f1477f81e
Author: Basil L. Contovounesios <conto...@tcd.ie>
Commit: Basil L. Contovounesios <conto...@tcd.ie>

    ivy.el: Silence byte-compiler
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index d0bc000..8f0b7a5 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1525,7 +1525,7 @@ minibuffer."
 (defvar avy-keys-alist)
 (defvar avy-style)
 (defvar avy-styles-alist)
-(declare-function avy--process "ext:avy")
+(declare-function avy-process "ext:avy")
 (declare-function avy--style-fn "ext:avy")
 
 (defcustom ivy-format-function #'ivy-format-function-default

Reply via email to