summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-02-10 09:49:28 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2026-02-10 09:49:28 +0100
commit5bf0ba6ba7d8b86fba2c938ff71b8498f2858e32 (patch)
tree3fc9ba155babc61b8d4378ac1ca4fa28b6478025 /corfu.el
parent1d8cf388c842881fe7603ee621a2b26207cf4fcb (diff)
Revert "Let bind x-wait-for-event-timeout"
This reverts commit 1d8cf388c842881fe7603ee621a2b26207cf4fcb.
Diffstat (limited to 'corfu.el')
-rw-r--r--corfu.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/corfu.el b/corfu.el
index 925f67b..c0f41a9 100644
--- a/corfu.el
+++ b/corfu.el
@@ -420,7 +420,6 @@ the initial completion state. PREFIX is the minimum prefix length."
;; Not present on non-gtk/non-x builds
(defvar x-gtk-resize-child-frames)
(defvar x-fast-protocol-requests)
-(defvar x-wait-for-event-timeout)
;; Function adapted from posframe.el by tumashu
(defun corfu--make-frame (frame x y width height)
@@ -433,7 +432,6 @@ FRAME is the existing frame."
(let* ((window-min-height 1)
(window-min-width 1)
(inhibit-redisplay t)
- (x-wait-for-event-timeout)
(x-fast-protocol-requests t)
(x-gtk-resize-child-frames corfu--gtk-resize-child-frames)
(before-make-frame-hook)