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

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

[elpa] externals/corfu-doc 98398c61fa 15/95: Fix wrong argument type err


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc 98398c61fa 15/95: Fix wrong argument type error when calling frame-visible-p
Date: Tue, 19 Jul 2022 15:58:01 -0400 (EDT)

branch: externals/corfu-doc
commit 98398c61facd38227eca9f348c645ad74e29d546
Author: Yuwei Tian <ibluefocus@outlook.com>
Commit: Yuwei Tian <ibluefocus@outlook.com>

    Fix wrong argument type error when calling frame-visible-p
---
 corfu-doc.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/corfu-doc.el b/corfu-doc.el
index c93027b42e..da5149c3d8 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -252,6 +252,7 @@
         (when (and (and (fboundp 'corfu-mode) corfu-mode)
                    (frame-visible-p corfu--frame))
           (unless (and (string= corfu-doc--candidate candidate)
+                       (frame-live-p corfu-doc--frame)
                        (frame-visible-p corfu-doc--frame)
                        (equal cf-frame-edges corfu-doc--cf-frame-edges)
                        (eq (selected-window) corfu-doc--window))



reply via email to

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