# HG changeset patch # User Gerd Moellmann # Date 958119257 0 # Node ID 5f062d58a68aa455396b11363f9ed651f1e1ff3e # Parent e43afc57ee045c0cf55e59a1b4c83ea661ed61a0 (display-time-mail-icon): Use `:ascent center'. diff -r e43afc57ee04 -r 5f062d58a68a lisp/time.el --- a/lisp/time.el Thu May 11 22:11:02 2000 +0000 +++ b/lisp/time.el Fri May 12 08:14:17 2000 +0000 @@ -143,7 +143,7 @@ :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'.")