Fix regressions
(exwm-init): Do not signal an error on startup. * exwm-floating.el (exwm-floating-toggle-floating): * exwm-input (exwm-input-send-next-key) (exwm-input-send-simulation-key): * exwm-layout (exwm-layout-set-fullscreen) (exwm-layout-unset-fullscreen, exwm-layout-toggle-fullscreen): Fix incorrect use of `cl-return-from'.
This commit is contained in:
parent
cb8706f91c
commit
3f6c609a2b
4 changed files with 12 additions and 10 deletions
|
@ -401,7 +401,7 @@ This is also used by X window containers.")
|
|||
"Toggle the current window between floating and non-floating states."
|
||||
(interactive)
|
||||
(unless (derived-mode-p 'exwm-mode)
|
||||
(cl-return-from 'exwm-floating-toggle-floating))
|
||||
(cl-return-from exwm-floating-toggle-floating))
|
||||
(with-current-buffer (window-buffer)
|
||||
(if exwm--floating-frame
|
||||
(exwm-floating--unset-floating exwm--id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue