about summary refs log tree commit diff
path: root/exwm-manage.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-manage.el
parent81e52263a74d1fcd322249f1674729597d607a76 (diff)
; Follows up
Diffstat (limited to 'exwm-manage.el')
-rw-r--r--exwm-manage.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-manage.el b/exwm-manage.el
index 5c32284e47..8f8f6e44b8 100644
--- a/exwm-manage.el
+++ b/exwm-manage.el
@@ -540,8 +540,8 @@ Would you like to kill it? "
       (signal-process pid 'SIGKILL)
       ;; Ensure it's dead
       (run-with-timer exwm-manage-ping-timeout nil
-                      `(lambda ()
-                         (xcb:+request exwm--connection ,request))))
+                      (lambda ()
+                        (xcb:+request exwm--connection request))))
     (xcb:flush exwm--connection)))
 
 (defun exwm-manage--add-frame (frame)