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

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

[elpa] externals/ivy-posframe d324457 1/3: * ivy-posframe.el (ivy-posfra


From: ELPA Syncer
Subject: [elpa] externals/ivy-posframe d324457 1/3: * ivy-posframe.el (ivy-posframe-refposhandler-default): Use bound-and-true-p to test exwm--connection.
Date: Fri, 9 Apr 2021 18:57:08 -0400 (EDT)

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

    * ivy-posframe.el (ivy-posframe-refposhandler-default): Use 
bound-and-true-p to test exwm--connection.
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 67b07b3..3fb678c 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -254,7 +254,7 @@ This variable is useful for `ivy-posframe-read-action' .")
   "The default posframe refposhandler used by ivy-posframe."
   (cond
    ;; EXWM environment
-   (exwm--connection
+   ((bound-and-true-p exwm--connection)
     (or (ignore-errors
           (let ((info (elt exwm-workspace--workareas
                            exwm-workspace-current-index)))



reply via email to

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