branch: externals/ivy-posframe commit d35af4fed7d7ef51fa9a6794900193fdba0ea269 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@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)