Fix a compilation warning

* exwm-floating.el: Autoload exwm-floating-border-width.
This commit is contained in:
Chris Feng 2015-09-18 14:38:05 +08:00
parent 412d2a52bd
commit 26ebc32e60

View file

@ -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.")