branch: externals/ivy-posframe
commit f5da408348f577c4828f61ccc7e02c123fd4a1df
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
remove ivy-display-function
More info:
https://github.com/abo-abo/swiper/commit/f40b08a2657d2a65a1cf711dca1fd568bc6eabbe
---
ivy-posframe.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ivy-posframe.el b/ivy-posframe.el
index 1f0a48d..631d86e 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -493,8 +493,7 @@ selection, non-nil otherwise."
(mapcar
(lambda (elm)
`(,elm :cleanup ivy-posframe-cleanup))
- (remove nil `(,@(mapcar #'cdr
ivy-posframe-display-functions-alist)
- ,ivy-display-function))))))
+ (mapcar #'cdr ivy-posframe-display-functions-alist)))))
(apply fn args)))
(defun ivy-posframe--height (fn &rest args)