]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-mode-line-buffer-identification)[EMACS]: Use
authorGerd Moellmann <gerd@gnu.org>
Fri, 29 Sep 2000 19:20:41 +0000 (19:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 29 Sep 2000 19:20:41 +0000 (19:20 +0000)
`:ascent center'.

lisp/gnus/gnus.el

index 21786e78c77eda688eb4c74549860b8303b87a39..f32e325dfd9e221c0da02e22c4f986c8c4315937 100644 (file)
@@ -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)