From 73b4d6f96620b9697606e674d613b0a0ca281a98 Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Sun, 24 Mar 2019 00:00:00 +0000 Subject: ; Follows up --- exwm-manage.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exwm-manage.el') 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) -- cgit 1.4.1