diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2019-03-24T00·00+0000 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2019-03-24T00·00+0000 |
commit | 73b4d6f96620b9697606e674d613b0a0ca281a98 (patch) | |
tree | 60aa7473d0926b28744b98e08a361432716d3f23 /exwm-manage.el | |
parent | 81e52263a74d1fcd322249f1674729597d607a76 (diff) |
; Follows up
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) |