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-layout.el | |
parent | 15cdf8f5897183adf5426ecc280eb61626e2c980 (diff) |
Eliminate compilation warnings
Diffstat (limited to 'exwm-layout.el')
-rw-r--r-- | exwm-layout.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-layout.el b/exwm-layout.el index df603f709a12..a70cf1b012d0 100644 --- a/exwm-layout.el +++ b/exwm-layout.el @@ -417,6 +417,7 @@ See also `exwm-layout-enlarge-window'." (xcb:flush exwm--connection) (setq window-size-fixed exwm--fixed-size)))) +;;;###autoload (defun exwm-layout-toggle-mode-line () "Toggle the display of mode-line." (interactive) |