comparison lisp/time.el @ 28884:5f062d58a68a

(display-time-mail-icon): Use `:ascent center'.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 12 May 2000 08:14:17 +0000
parents 61a23a9a57af
children e7c50747bb2d
comparison
equal deleted inserted replaced
28883:e43afc57ee04 28884:5f062d58a68a
141 :group 'faces 141 :group 'faces
142 :group 'display-time 142 :group 'display-time
143 :type 'face) 143 :type 'face)
144 144
145 (defvar display-time-mail-icon 145 (defvar display-time-mail-icon
146 (find-image '((:type xbm :file "letter.xbm" :ascent 100))) 146 (find-image '((:type xbm :file "letter.xbm" :ascent center)))
147 "Image specification to offer as the mail indicator on a graphic 147 "Image specification to offer as the mail indicator on a graphic
148 display. See `display-time-use-mail-icon' and 148 display. See `display-time-use-mail-icon' and
149 `display-time-mail-face'.") 149 `display-time-mail-face'.")
150 150
151 (defcustom display-time-use-mail-icon nil 151 (defcustom display-time-use-mail-icon nil