Fix a typo

* exwm-manage.el (exwm-manage--on-MapRequest): Correct a wrong variable
name.
This commit is contained in:
Chris Feng 2015-11-10 19:10:16 +08:00
parent 5c5c7cf76b
commit a295a15ff6

View file

@ -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))