]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-time-string-forms): Add face property to mail string.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 14 Feb 2003 07:02:13 +0000 (07:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 14 Feb 2003 07:02:13 +0000 (07:02 +0000)
lisp/ChangeLog
lisp/time.el

index 89724f7323d52caa7354e4e50695eae0b270eada..4ddde522943ae5527bc79edd23bba6d10bef509e 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
+
+       * time.el (display-time-string-forms): Add face property to mail
+       string.
+
 2003-02-14  Juanma Barranquero  <lektu@terra.es>
 
        * international/mule-cmds.el (view-hello-file): Use `view-file'
index 09e5e6b76bd77284dcd80414a15dba31cadb476f..c0b6c6ab6bd5d6cf266f3f6abe0f25da69ac3602 100644 (file)
@@ -171,6 +171,7 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'."
                             ,@(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)))