about summary refs log tree commit diff
path: root/exwm-layout.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2015-09-19T04·34+0800
committerChris Feng <chris.w.feng@gmail.com>2015-09-19T04·34+0800
commit921e6e5be989b94b3b62d6db72d31fb16c24ee30 (patch)
tree9c5b8252ab4461059564c1a4023bb1a8e70fd870 /exwm-layout.el
parentc75a8b82ec2747a6fe7fc4b3a0dfaf1adca7ea64 (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.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/exwm-layout.el b/exwm-layout.el
index 13bd085326..4ccaef7450 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."