From: Gerd Moellmann Date: Fri, 12 May 2000 08:16:14 +0000 (+0000) Subject: (display-time-mail-icon): Use `:ascent center'. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/be0505fe514dfc7ec023c631637ca6d67021c8ea (display-time-mail-icon): Use `:ascent center'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5be205b4b1..a63bc7bad5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-05-12 Gerd Moellmann + + * time.el (display-time-mail-icon): Use `:ascent center'. + 2000-05-11 Dave Love * todo-mode.el: New file. diff --git a/lisp/time.el b/lisp/time.el index b9d134e0fb..de8b2ce06b 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -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'.")