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

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

[elpa] externals/ivy-posframe 95c1028 177/195: ivy-display-function -> i


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 95c1028 177/195: ivy-display-function -> ivy--display-function
Date: Sat, 3 Oct 2020 07:12:09 -0400 (EDT)

branch: externals/ivy-posframe
commit 95c1028dff1472aa4fd9ed0199e3567053df7436
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    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

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