branch: externals/ivy-posframe
commit 95c1028dff1472aa4fd9ed0199e3567053df7436
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    ivy-display-function -> ivy--display-function
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 76b8b00..0923a39 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -328,7 +328,7 @@ selection, non-nil otherwise."
   (let* ((actions (ivy-state-action ivy-last))
          (caller (ivy-state-caller ivy-last))
          (display-function
-          (or ivy-display-function
+          (or ivy--display-function
               (cdr (or (assq caller ivy-display-functions-alist)
                        (assq t ivy-display-functions-alist))))))
     (if (not (ivy--actionp actions))

Reply via email to