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

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

[elpa] externals/ivy-posframe d35af4f 144/195: handle ivy-display-functi


From: Feng Shu
Subject: [elpa] externals/ivy-posframe d35af4f 144/195: handle ivy-display-function again
Date: Sat, 3 Oct 2020 07:12:02 -0400 (EDT)

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

    handle ivy-display-function again
---
 ivy-posframe.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index e2897a3..203674f 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -491,7 +491,8 @@ selection, non-nil otherwise."
                  (mapcar
                   (lambda (elm)
                     `(,elm :cleanup ivy-posframe-cleanup))
-                  (mapcar #'cdr ivy-posframe-display-functions-alist)))))
+                  (remove nil `(,@(mapcar #'cdr 
ivy-posframe-display-functions-alist)
+                                ,ivy-display-function))))))
     (apply fn args)))
 
 (defun ivy-posframe--height (fn &rest args)



reply via email to

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