From a295a15ff646cbfa174ee1f78f9f8e27e1a7d587 Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Tue, 10 Nov 2015 19:10:16 +0800 Subject: Fix a typo * exwm-manage.el (exwm-manage--on-MapRequest): Correct a wrong variable name. --- exwm-manage.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exwm-manage.el') diff --git a/exwm-manage.el b/exwm-manage.el index aa484d657b..58908a2ffa 100644 --- a/exwm-manage.el +++ b/exwm-manage.el @@ -369,7 +369,7 @@ Would you like to kill it? " (xcb:unmarshal obj data) (with-slots (parent window) obj (if (assoc window exwm--id-buffer-alist) - (exwm--log "#x%x is already managed" id) + (exwm--log "#x%x is already managed" window) (if (/= exwm--root parent) (progn (xcb:+request exwm--connection (make-instance 'xcb:MapWindow :window window)) -- cgit 1.4.1