branch: externals/ivy-hydra
commit 723e4d609eb1412d2575463cc125f381f7d05503
Author: Brian Leung <[email protected]>
Commit: Brian Leung <[email protected]>
counsel.el: Point to evil-common for evil-global-marker-p declaration.
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index 2783718..9bd4c7b 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3947,7 +3947,7 @@ Position of selected mark outside accessible part of
buffer")))
Each member of the list should be a character (stored as an integer).")
(defvar evil-markers-alist)
-(declare-function evil-global-marker-p "ext:evil")
+(declare-function evil-global-marker-p "ext:evil-common")
(defun counsel-mark--get-evil-candidates (all-markers-p)
"Convert all evil MARKS in the current buffer to mark candidates.