diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2026-02-10 09:49:28 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2026-02-10 09:49:28 +0100 |
| commit | 5bf0ba6ba7d8b86fba2c938ff71b8498f2858e32 (patch) | |
| tree | 3fc9ba155babc61b8d4378ac1ca4fa28b6478025 | |
| parent | 1d8cf388c842881fe7603ee621a2b26207cf4fcb (diff) | |
Revert "Let bind x-wait-for-event-timeout"
This reverts commit 1d8cf388c842881fe7603ee621a2b26207cf4fcb.
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |
