branch: master
commit ef1e8d5088981552b0af89de1fcca651954d36b6
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (ivy-read): Don't use ivy-display-function
    
    Use `ivy-display-functions-alist' instead.
    
    Re #2089
---
 ivy.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ivy.el b/ivy.el
index de0c35b..bf7ff08 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1937,8 +1937,7 @@ customizations apply to the current completion session."
          (ivy--display-function
           (when (or ivy-recursive-last
                     (not (window-minibuffer-p)))
-            (or ivy-display-function
-                (ivy-alist-setting ivy-display-functions-alist caller))))
+            (ivy-alist-setting ivy-display-functions-alist caller)))
          (height (ivy--height caller)))
     (setq ivy-last
           (make-ivy-state

Reply via email to