branch: master
commit 45e29afc845336cb9a32f482d68dc6cfc3334aa1
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el: Fix compile warning
---
counsel.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/counsel.el b/counsel.el
index 516b303..819b5a9 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1383,6 +1383,8 @@ When INITIAL-INPUT is non-nil, use it in the minibuffer
during completion."
(substring url 1)))))))
;;** `counsel-recentf'
+(defvar recentf-list)
+
;;;###autoload
(defun counsel-recentf ()
"Find a file on `recentf-list'."