about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--exwm-input.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-input.el b/exwm-input.el
index 50ca3aef22c7..dc7f2b54ef0a 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -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)
   "Update the propertized `mode-line-process' for window ID."
   (let (help-echo cmd mode)
-    (case exwm--on-KeyPress
+    (cl-case exwm--on-KeyPress
       ((exwm-input--on-KeyPress-line-mode)
        (setq mode "line"
              help-echo "mouse-1: Switch to char-mode"