; Update the workaround for bug#23980

This commit is contained in:
Chris Feng 2017-03-05 01:09:26 +08:00
parent b79a3c52a5
commit eebf764edd

View file

@ -404,7 +404,7 @@ This value should always be overwritten.")
;; add it into (this-command-keys) there, we use `unread-command-events'
;; differently on Emacs 24 and 25.
(eval-and-compile
(if (< emacs-major-version 26)
(if (< emacs-major-version 27)
(defsubst exwm-input--unread-event (event)
(setq unread-command-events
(append unread-command-events (list event))))