emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm 26ebc32 2/3: Fix a compilation warning


From: Chris Feng
Subject: [elpa] externals/exwm 26ebc32 2/3: Fix a compilation warning
Date: Sat, 19 Sep 2015 02:10:35 +0000

branch: externals/exwm
commit 26ebc32e605249284f1ded69555006f10891cbba
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    Fix a compilation warning
    
    * exwm-floating.el: Autoload exwm-floating-border-width.
---
 exwm-floating.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]