diff options
Diffstat (limited to 'exwm-manage.el')
-rw-r--r-- | exwm-manage.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-manage.el b/exwm-manage.el index 5c32284e4732..8f8f6e44b83e 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) |