From be0505fe514dfc7ec023c631637ca6d67021c8ea Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 12 May 2000 08:16:14 +0000 Subject: [PATCH] (display-time-mail-icon): Use `:ascent center'. --- lisp/ChangeLog | 4 ++++ lisp/time.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5be205b4b1f..a63bc7bad5e 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 b9d134e0fbc..de8b2ce06b5 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'.") -- 2.39.5