diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-09-14 23:54:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-09-14 23:54:12 +0000 |
commit | 97904e510d08f34ce8ff8c63ba6805a3b7c8ea75 (patch) | |
tree | e8c6795365b001b5187956dc30feaa6e2b9d271c /lisp/time.el | |
parent | 0518917aaa06a963a7edada9488b8151fcae15a8 (diff) | |
download | emacs-97904e510d08f34ce8ff8c63ba6805a3b7c8ea75.tar.gz |
(display-time): Group mode-line instead of modeline.
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el index 115681c1b58..74812bf9f94 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -31,7 +31,7 @@ (defgroup display-time nil "Display time and load in mode line of Emacs." - :group 'modeline + :group 'mode-line :group 'mail) |