diff options
Diffstat (limited to 'third_party/exwm/exwm-input.el')
-rw-r--r-- | third_party/exwm/exwm-input.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/exwm/exwm-input.el b/third_party/exwm/exwm-input.el index 1120e81eba26..6506597cfe0d 100644 --- a/third_party/exwm/exwm-input.el +++ b/third_party/exwm/exwm-input.el @@ -117,9 +117,6 @@ defined in `exwm-mode-map' here." (defvar exwm-input--simulation-keys nil "Simulation keys in line-mode.") -(defvar exwm-input--skip-buffer-list-update nil - "Skip the upcoming 'buffer-list-update'.") - (defvar exwm-input--temp-line-mode nil "Non-nil indicates it's in temporary line-mode for char-mode.") @@ -315,7 +312,6 @@ ARGS are additional arguments to CALLBACK." (let* ((win (selected-window)) (buf (window-buffer win))) (when (and (not (exwm-workspace--client-p)) - (not exwm-input--skip-buffer-list-update) (not (and (eq exwm-input--update-focus-window win) (eq exwm-input--update-focus-window-buffer buf)))) (exwm--log "selected-window=%S current-buffer=%S" win buf) |