]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-time-mail-icon): Use `:ascent center'.
authorGerd Moellmann <gerd@gnu.org>
Fri, 12 May 2000 08:16:14 +0000 (08:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 12 May 2000 08:16:14 +0000 (08:16 +0000)
lisp/ChangeLog
lisp/time.el

index 5be205b4b1f244e0ab9df090c6625c7bb1c878a4..a63bc7bad5e4fbba7634728da3891860a8f0482c 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * time.el (display-time-mail-icon): Use `:ascent center'.
+
 2000-05-11  Dave Love  <fx@gnu.org>
 
        * todo-mode.el: New file.
index b9d134e0fbcff2dc79893e3eaf8dd6e1a6da9ad8..de8b2ce06b53570a0269d23a27ee64cb08835dda 100644 (file)
@@ -143,7 +143,7 @@ display."
   :type 'face)
 
 (defvar display-time-mail-icon
-  (find-image '((:type xbm :file "letter.xbm" :ascent 100)))
+  (find-image '((:type xbm :file "letter.xbm" :ascent center)))
   "Image specification to offer as the mail indicator on a graphic
 display.  See `display-time-use-mail-icon' and
 `display-time-mail-face'.")