From 5bf0ba6ba7d8b86fba2c938ff71b8498f2858e32 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 10 Feb 2026 09:49:28 +0100 Subject: Revert "Let bind x-wait-for-event-timeout" This reverts commit 1d8cf388c842881fe7603ee621a2b26207cf4fcb. --- corfu.el | 2 -- 1 file changed, 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) -- cgit v1.0