emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm eebf764 1/2: ; Update the workaround for bug#23980


From: Chris Feng
Subject: [elpa] externals/exwm eebf764 1/2: ; Update the workaround for bug#23980
Date: Sat, 4 Mar 2017 12:18:51 -0500 (EST)

branch: externals/exwm
commit eebf764edd1eebcd40c71dc61ab08f8ddb9e517f
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    ; 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]