Fix a typo
* exwm-manage.el (exwm-manage--on-MapRequest): Correct a wrong variable name.
This commit is contained in:
parent
5c5c7cf76b
commit
a295a15ff6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue