From 5c049c8be3ddc160082ba705b3df7c355adf81c0 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 29 Sep 2000 19:20:41 +0000 Subject: [PATCH] (gnus-mode-line-buffer-identification)[EMACS]: Use `:ascent center'. --- lisp/gnus/gnus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 21786e78c77..f32e325dfd9 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -304,9 +304,9 @@ be set in `.emacs' instead." (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) -- 2.39.5