diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-02-07T03·40+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-02-07T03·40+0800 |
commit | fb9bfd291109d3bebc622f2c33a072fac475ac85 (patch) | |
tree | abcf7c157a96e2cc90dbdcccc4887a3ebecc67c8 /exwm-manage.el | |
parent | 15cdf8f5897183adf5426ecc280eb61626e2c980 (diff) |
Eliminate compilation warnings
Diffstat (limited to 'exwm-manage.el')
-rw-r--r-- | exwm-manage.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-manage.el b/exwm-manage.el index b899afbb851f..d7edee06da4a 100644 --- a/exwm-manage.el +++ b/exwm-manage.el @@ -202,6 +202,7 @@ corresponding buffer.") (with-current-buffer (exwm--id->buffer id) (run-hooks 'exwm-manage-finish-hook))))) +;;;###autoload (defun exwm-manage--unmanage-window (id &optional withdraw-only) "Unmanage window ID." (let ((buffer (exwm--id->buffer id))) |