changeset 49781:383ff7572285

(display-time-string-forms): Add face property to mail string.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 14 Feb 2003 07:01:28 +0000
parents ded40de41858
children e53004435c0d
files lisp/time.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time.el	Fri Feb 14 06:55:32 2003 +0000
+++ b/lisp/time.el	Fri Feb 14 07:01:28 2003 +0000
@@ -171,6 +171,7 @@
 			     ,@(list :background (face-attribute
 						  display-time-mail-face
 						  :background)))
+                 'face display-time-mail-face
 		 'help-echo "You have new mail; mouse-2: Read mail"
 		 'local-map (make-mode-line-mouse-map 'mouse-2
 						      read-mail-command)))