Minor fixes for past few commits
* exwm-input.el (exwm-input--unread-event): Temporarily disable it due to bug#23980. * exwm-workspace.el (exwm-workspace--init): Set the default frame internal border to 0. * exwm-workspace.el (exwm-workspace--remove-frame-as-workspace): Fix a typo.
This commit is contained in:
parent
5529790b03
commit
f4d89d7e2f
2 changed files with 4 additions and 5 deletions
|
|
@ -323,7 +323,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 25)
|
||||
(if (< emacs-major-version 26)
|
||||
(defsubst exwm-input--unread-event (event)
|
||||
(setq unread-command-events
|
||||
(append unread-command-events (list event))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue