# HG changeset patch # User Juri Linkov # Date 1137455685 0 # Node ID 7fad4c17527456c64f71ebef9148f110d6333ba0 # Parent 9f1c66838760cc22f3a8d1a3de74eef3d1104b3c (display-time-mail-face): Replace :group `faces' with `mode-line-faces'. diff -r 9f1c66838760 -r 7fad4c175274 lisp/time.el --- 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))