Mercurial > emacs
changeset 61268:abd0d265b4ba
(display-battery-mode): Specify :group.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 04 Apr 2005 08:53:15 +0000 |
parents | 06afa2a6987d |
children | 5d2796fc9f80 |
files | lisp/battery.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/battery.el Mon Apr 04 08:51:19 2005 +0000 +++ b/lisp/battery.el Mon Apr 04 08:53:15 2005 +0000 @@ -114,7 +114,7 @@ `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))