diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2015-09-19T04·34+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2015-09-19T04·34+0800 |
commit | 921e6e5be989b94b3b62d6db72d31fb16c24ee30 (patch) | |
tree | 9c5b8252ab4461059564c1a4023bb1a8e70fd870 /exwm-layout.el | |
parent | c75a8b82ec2747a6fe7fc4b3a0dfaf1adca7ea64 (diff) |
Avoid autoloading variables
* exwm-floating.el: * exwm-layout.el: Avoid autoloading exwm-floating-border-width. * exwm-workspace.el: Avoid autoloading exwm-workspace--switch-history-outdated.
Diffstat (limited to 'exwm-layout.el')
-rw-r--r-- | exwm-layout.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exwm-layout.el b/exwm-layout.el index 13bd08532618..4ccaef74500e 100644 --- a/exwm-layout.el +++ b/exwm-layout.el @@ -28,6 +28,8 @@ (require 'exwm-core) (eval-when-compile (require 'exwm-workspace)) +(defvar exwm-floating-border-width) + ;;;###autoload (defun exwm-layout--show (id &optional window) "Show window ID exactly fit in the Emacs window WINDOW." |