; Update the workaround for bug#23980
This commit is contained in:
parent
b79a3c52a5
commit
eebf764edd
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ This value should always be overwritten.")
|
||||||
;; add it into (this-command-keys) there, we use `unread-command-events'
|
;; add it into (this-command-keys) there, we use `unread-command-events'
|
||||||
;; differently on Emacs 24 and 25.
|
;; differently on Emacs 24 and 25.
|
||||||
(eval-and-compile
|
(eval-and-compile
|
||||||
(if (< emacs-major-version 26)
|
(if (< emacs-major-version 27)
|
||||||
(defsubst exwm-input--unread-event (event)
|
(defsubst exwm-input--unread-event (event)
|
||||||
(setq unread-command-events
|
(setq unread-command-events
|
||||||
(append unread-command-events (list event))))
|
(append unread-command-events (list event))))
|
||||||
|
|
Loading…
Reference in a new issue