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

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

[elpa] externals/corfu-doc cc13a259dd 86/95: No need to check corfu-mode


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc cc13a259dd 86/95: No need to check corfu-mode
Date: Tue, 19 Jul 2022 15:58:07 -0400 (EDT)

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

    No need to check corfu-mode
---
 corfu-doc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 6c4ef3557a..4387189079 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -416,7 +416,7 @@ compared with the value recorded by `corfu-doc--candiate'."
 
 The optional CANDIDATE-INDEX is the the current completion candidate index,
 it should be compared with the value recorded by `corfu--index'."
-  (and (and (fboundp 'corfu-mode) corfu-mode)
+  (and corfu-mode
        (corfu-doc--cf-popup-visible-p)
        (or (null candidate-index)
            (equal candidate-index corfu--index))))



reply via email to

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