Use cl-case' instead of
case'
This commit is contained in:
parent
1342fe1789
commit
ac3f8098c7
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ It's updated in several occasions, and only used by `exwm-input--set-focus'.")
|
||||||
(defun exwm-input--update-mode-line (id)
|
(defun exwm-input--update-mode-line (id)
|
||||||
"Update the propertized `mode-line-process' for window ID."
|
"Update the propertized `mode-line-process' for window ID."
|
||||||
(let (help-echo cmd mode)
|
(let (help-echo cmd mode)
|
||||||
(case exwm--on-KeyPress
|
(cl-case exwm--on-KeyPress
|
||||||
((exwm-input--on-KeyPress-line-mode)
|
((exwm-input--on-KeyPress-line-mode)
|
||||||
(setq mode "line"
|
(setq mode "line"
|
||||||
help-echo "mouse-1: Switch to char-mode"
|
help-echo "mouse-1: Switch to char-mode"
|
||||||
|
|
Loading…
Reference in a new issue