emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master d39f82b 307/399: counsel-yank-pop-height is obselete and d


From: Oleh Krehel
Subject: [elpa] master d39f82b 307/399: counsel-yank-pop-height is obselete and doesn't do anything
Date: Sat, 20 Jul 2019 14:57:46 -0400 (EDT)

branch: master
commit d39f82b7e69b81508cf03e92841e76b4e61a0183
Author: Sebastian Wålinder <address@hidden>
Commit: Sebastian Wålinder <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]