diff options
Diffstat (limited to 'lisp/battery.el')
-rw-r--r-- | lisp/battery.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/battery.el b/lisp/battery.el index a3be2fe4b88..586be9e8938 100644 --- a/lisp/battery.el +++ b/lisp/battery.el @@ -110,6 +110,7 @@ string are substituted as defined by the current value of the variable (defcustom battery-mode-line-limit 100 "Percentage of full battery load below which display battery status" + :version "24.1" :type 'integer :group 'battery) |