(display-battery-mode): Specify :group.

This commit is contained in:
Lute Kamstra 2005-04-04 08:53:15 +00:00
parent 834b5c1e63
commit 62631b2cae

View file

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