diff options
| author | Lute Kamstra | 2005-04-04 08:53:15 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-04 08:53:15 +0000 |
| commit | 62631b2cae942a4ff3be165301e8af64a3e197bb (patch) | |
| tree | 5456f457e91bda78f642ac6d2d0012499f49253d | |
| parent | 834b5c1e637bca003aae48f75ab5f264e5107b7e (diff) | |
| download | emacs-62631b2cae942a4ff3be165301e8af64a3e197bb.tar.gz emacs-62631b2cae942a4ff3be165301e8af64a3e197bb.zip | |
(display-battery-mode): Specify :group.
| -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 | |||
| 114 | `battery-mode-line-format' and `battery-status-function'. | 114 | `battery-mode-line-format' and `battery-status-function'. |
| 115 | The mode line will be updated automatically every `battery-update-interval' | 115 | The mode line will be updated automatically every `battery-update-interval' |
| 116 | seconds." | 116 | seconds." |
| 117 | :global t | 117 | :global t :group 'battery |
| 118 | (setq battery-mode-line-string "") | 118 | (setq battery-mode-line-string "") |
| 119 | (or global-mode-string (setq global-mode-string '(""))) | 119 | (or global-mode-string (setq global-mode-string '(""))) |
| 120 | (and battery-update-timer (cancel-timer battery-update-timer)) | 120 | (and battery-update-timer (cancel-timer battery-update-timer)) |