diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-04 08:53:15 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-04 08:53:15 +0000 |
commit | 62631b2cae942a4ff3be165301e8af64a3e197bb (patch) | |
tree | 5456f457e91bda78f642ac6d2d0012499f49253d /lisp/battery.el | |
parent | 834b5c1e637bca003aae48f75ab5f264e5107b7e (diff) | |
download | emacs-62631b2cae942a4ff3be165301e8af64a3e197bb.tar.gz |
(display-battery-mode): Specify :group.
Diffstat (limited to 'lisp/battery.el')
-rw-r--r-- | lisp/battery.el | 2 |
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)) |