From eebf764edd1eebcd40c71dc61ab08f8ddb9e517f Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Sun, 5 Mar 2017 01:09:26 +0800 Subject: [PATCH] ; Update the workaround for bug#23980 --- exwm-input.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exwm-input.el b/exwm-input.el index 809f41e..54b5f30 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -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))))