branch: master
commit a30051423a91d420acb8f90db4d3aa34ee353984
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el (hydra-keyboard-quit): Declare function
---
counsel.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/counsel.el b/counsel.el
index 4fce04d..5bb9c3b 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2077,6 +2077,9 @@ And insert it into the minibuffer. Useful during
(counsel--browse-history comint-input-ring))
;;** `counsel-hydra-heads'
+(defvar hydra-curr-body-fn)
+(declare-function hydra-keyboard-quit "ext:hydra")
+
(defun counsel-hydra-heads ()
"Call a head of the current/last hydra."
(interactive)