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:
Chris Feng 2016-07-25 12:14:26 +08:00
parent 5529790b03
commit f4d89d7e2f
2 changed files with 4 additions and 5 deletions

View file

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