summaryrefslogtreecommitdiff
path: root/lisp/battery.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-04-04 08:53:15 +0000
committerLute Kamstra <lute@gnu.org>2005-04-04 08:53:15 +0000
commit62631b2cae942a4ff3be165301e8af64a3e197bb (patch)
tree5456f457e91bda78f642ac6d2d0012499f49253d /lisp/battery.el
parent834b5c1e637bca003aae48f75ab5f264e5107b7e (diff)
downloademacs-62631b2cae942a4ff3be165301e8af64a3e197bb.tar.gz
(display-battery-mode): Specify :group.
Diffstat (limited to 'lisp/battery.el')
-rw-r--r--lisp/battery.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/battery.el b/lisp/battery.el
index 69bd68bb0b9..42ceec0c90c 100644
--- a/lisp/battery.el
+++ b/lisp/battery.el
@@ -114,7 +114,7 @@ The text being displayed in the mode line is controlled by the variables
`battery-mode-line-format' and `battery-status-function'.
The mode line will be updated automatically every `battery-update-interval'
seconds."
- :global t
+ :global t :group 'battery
(setq battery-mode-line-string "")
(or global-mode-string (setq global-mode-string '("")))
(and battery-update-timer (cancel-timer battery-update-timer))