Mercurial > emacs
changeset 68217:7fad4c175274
(display-time-mail-face): Replace :group `faces' with `mode-line-faces'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 16 Jan 2006 23:54:45 +0000 |
parents | 9f1c66838760 |
children | 052f4c924b5f |
files | lisp/time.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time.el Mon Jan 16 23:54:02 2006 +0000 +++ b/lisp/time.el Mon Jan 16 23:54:45 2006 +0000 @@ -129,7 +129,7 @@ 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))