From 26ebc32e605249284f1ded69555006f10891cbba Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Fri, 18 Sep 2015 14:38:05 +0800 Subject: [PATCH] Fix a compilation warning * exwm-floating.el: Autoload exwm-floating-border-width. --- exwm-floating.el | 1 + 1 file changed, 1 insertion(+) diff --git a/exwm-floating.el b/exwm-floating.el index 36a658a..f8891be 100644 --- a/exwm-floating.el +++ b/exwm-floating.el @@ -30,6 +30,7 @@ (require 'exwm-core) (eval-when-compile (require 'exwm-workspace)) +;;;###autoload (defvar exwm-floating-border-width 1 "Border width of the floating window.") (defvar exwm-floating-border-color "blue" "Border color of the floating window.")