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

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

[elpa] externals/ivy-posframe f5da408 157/195: remove ivy-display-functi


From: Feng Shu
Subject: [elpa] externals/ivy-posframe f5da408 157/195: remove ivy-display-function
Date: Sat, 3 Oct 2020 07:12:04 -0400 (EDT)

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

    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)



reply via email to

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