summaryrefslogtreecommitdiff
path: root/lisp/time.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2006-01-16 23:55:25 +0000
committerJuri Linkov <juri@jurta.org>2006-01-16 23:55:25 +0000
commit83033a3a5bc68dda512ea3e4a05a922ea14ca506 (patch)
treea4a7551afcaed993537d1b1132ad385ede5701bc /lisp/time.el
parent8eafa1659b4a28d2b4176fa8462815d525d24724 (diff)
(display-time-mail-face): Replace :group `faces' with `mode-line-faces'.
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el
index b70e7f7b00e..614bb055b25 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -129,7 +129,7 @@ This runs the normal hook `display-time-hook' after each update."
If `display-time-use-mail-icon' is non-nil, the image's
background color is the background of this face. Set this to
make the mail indicator stand out on a color display."
- :group 'faces
+ :group 'mode-line-faces
:group 'display-time
:version "22.1"
:type '(choice (const :tag "None" nil) face))