branch: master
commit d39f82b7e69b81508cf03e92841e76b4e61a0183
Author: Sebastian Wålinder <[email protected]>
Commit: Sebastian Wålinder <[email protected]>

    counsel-yank-pop-height is obselete and doesn't do anything
---
 counsel.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/counsel.el b/counsel.el
index 6de3d7a..22386a0 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3787,6 +3787,9 @@ Additional actions:\\<ivy-minibuffer-map>
   "The `ivy-height' of `counsel-yank-pop'."
   :type 'integer)
 
+(define-obsolete-variable-alias 'counsel-yank-pop-height
+  'ivy-height-alist "0.11.0")
+
 (defun counsel--yank-pop-format-function (cand-pairs)
   "Transform CAND-PAIRS into a string for `counsel-yank-pop'."
   (ivy--format-function-generic

Reply via email to