From 921e6e5be989b94b3b62d6db72d31fb16c24ee30 Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Sat, 19 Sep 2015 12:34:30 +0800 Subject: 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. --- exwm-layout.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exwm-layout.el') 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." -- cgit 1.4.1