about summary refs log tree commit diff
path: root/exwm-input.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2019-03-24T00·00+0000
committerChris Feng <chris.w.feng@gmail.com>2019-03-24T00·00+0000
commit73b4d6f96620b9697606e674d613b0a0ca281a98 (patch)
tree60aa7473d0926b28744b98e08a361432716d3f23 /exwm-input.el
parent81e52263a74d1fcd322249f1674729597d607a76 (diff)
; Follows up
Diffstat (limited to 'exwm-input.el')
-rw-r--r--exwm-input.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/exwm-input.el b/exwm-input.el
index 9b9816e975..eeea36e5a2 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -720,15 +720,15 @@ button event."
       (line-mode
        (setq mode "line"
              help-echo "mouse-1: Switch to char-mode"
-             cmd `(lambda ()
-                    (interactive)
-                    (exwm-input-release-keyboard ,id))))
+             cmd (lambda ()
+                   (interactive)
+                   (exwm-input-release-keyboard id))))
       (char-mode
        (setq mode "char"
              help-echo "mouse-1: Switch to line-mode"
-             cmd `(lambda ()
-                    (interactive)
-                    (exwm-input-grab-keyboard ,id)))))
+             cmd (lambda ()
+                   (interactive)
+                   (exwm-input-grab-keyboard id)))))
     (with-current-buffer (exwm--id->buffer id)
       (setq mode-line-process
             `(": "