branch: externals/corfu-doc
commit 488da677535b02e6e3b62b802928a6f9a61d33bf
Author: Yuwei Tian <[email protected]>
Commit: Yuwei Tian <[email protected]>
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 ()