emacs-devel
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: Re: [elpa] externals/exwm 26ebc32 2/3: Fix a compilation warning
Date: Fri, 18 Sep 2015 23:57:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +;;;###autoload
>  (defvar exwm-floating-border-width 1 "Border width of the floating window.")

Autoloading variables is usually a bad idea.
Silencing a compiler warning is definitely not a good reason to do that.

Why not add (defvar exwm-floating-border-width) to the file where the
compiler complains?


        Stefan



reply via email to

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