]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-battery-mode): Specify :group.
authorLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 08:53:15 +0000 (08:53 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 08:53:15 +0000 (08:53 +0000)
lisp/battery.el

index 69bd68bb0b91c17a9f758e3f852fb95bf47d335e..42ceec0c90cf9f14e48b6322cf7c4766db1d575a 100644 (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))