Mercurial > emacs
changeset 32016:0eb019ede5ca
(gnus-mode-line-buffer-identification)[EMACS]: Use
`:ascent center'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 29 Sep 2000 19:20:41 +0000 |
parents | 5519caf281ee |
children | 6ee543d2c641 |
files | lisp/gnus/gnus.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus.el Fri Sep 29 19:12:14 2000 +0000 +++ b/lisp/gnus/gnus.el Fri Sep 29 19:20:41 2000 +0000 @@ -304,9 +304,9 @@ (setq gnus-mode-line-image-cache (find-image '((:type xpm :file "gnus-pointer.xpm" - :ascent 80) + :ascent 'center) (:type xbm :file "gnus-pointer.xbm" - :ascent 80)))) + :ascent 'center)))) gnus-mode-line-image-cache) 'help-echo "This is Gnus") str)