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

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

[elpa] externals/corfu-doc 488da67753 13/95: Revert previous commit


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc 488da67753 13/95: Revert previous commit
Date: Tue, 19 Jul 2022 15:58:00 -0400 (EDT)

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

    Revert previous commit
    
    This reverts commit f89ddb7c65b284d06fac962f381d3f8ffd4345bc.
---
 corfu-doc.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 160e1904b2..a1407ff325 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -170,10 +170,7 @@
       (make-frame-invisible corfu-doc--frame))
     (set-frame-position corfu-doc--frame x y)
     (set-frame-size corfu-doc--frame width height t)
-    (make-frame-visible corfu-doc--frame)
-    ;; HACK: Force redisplay, otherwise the popup somtimes
-    ;; does not display content.
-    (redisplay)))
+    (make-frame-visible corfu-doc--frame)))
 
 ;; Function adapted from corfu.el by Daniel Mendler
 (defun corfu-doc-fetch-documentation ()



reply via email to

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