[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/time.el
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/time.el |
Date: |
Thu, 26 May 2005 16:43:39 -0400 |
Index: emacs/lisp/time.el
diff -c emacs/lisp/time.el:1.83 emacs/lisp/time.el:1.84
*** emacs/lisp/time.el:1.83 Mon May 16 11:33:47 2005
--- emacs/lisp/time.el Thu May 26 20:43:39 2005
***************
*** 200,205 ****
--- 200,206 ----
(list :background bg)))))
'face display-time-mail-face
'help-echo "You have new mail; mouse-2: Read mail"
+ 'mouse-face 'mode-line-highlight
'local-map (make-mode-line-mouse-map 'mouse-2
read-mail-command)))
""))
***************
*** 293,298 ****
--- 294,300 ----
(concat (substring str 0 -2) "." (substring str -2))
'local-map (make-mode-line-mouse-map
'mouse-2 'display-time-next-load-average)
+ 'mouse-face 'mode-line-highlight
'help-echo (concat
"System load average for past "
(if (= 0 display-time-load-average)