branch: externals/corfu
commit 5bf0ba6ba7d8b86fba2c938ff71b8498f2858e32
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    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 925f67b98b..c0f41a9c55 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)

Reply via email to