From: Lute Kamstra Date: Mon, 4 Apr 2005 08:53:15 +0000 (+0000) Subject: (display-battery-mode): Specify :group. X-Git-Tag: ttn-vms-21-2-B4~1245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62631b2cae942a4ff3be165301e8af64a3e197bb;p=emacs.git (display-battery-mode): Specify :group. --- 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))