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

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

[elpa] externals/corfu-doc 9750d1af61 65/95: Fix calling corfu-doc--refr


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc 9750d1af61 65/95: Fix calling corfu-doc--refresh-popup
Date: Tue, 19 Jul 2022 15:58:05 -0400 (EDT)

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

    Fix calling corfu-doc--refresh-popup
---
 corfu-doc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 5f0809c64a..f1f12e76c8 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -410,7 +410,7 @@ FWIDTH and FHEIGHT."
     (when-let ((candidate (corfu-doc--get-candidate))
                (cf-popup-edges (corfu-doc--get-cf-popup-edges)))
       (if (corfu-doc--should-refresh-popup candidate)
-          (corfu-doc--refresh-popup cf-popup-edges)
+          (corfu-doc--refresh-popup)
         ;; fetch documentation and show
         (if-let* ((doc (corfu-doc--get-doc)))
             (progn



reply via email to

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