Skip to content

Commit

Permalink
; Update the workaround for bug#23980
Browse files Browse the repository at this point in the history
  • Loading branch information
ch11ng committed Mar 4, 2017
1 parent b79a3c5 commit eebf764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exwm-input.el
Expand Up @@ -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))))
Expand Down

0 comments on commit eebf764

Please sign in to comment.