aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-29 19:20:41 +0000
committerGerd Moellmann2000-09-29 19:20:41 +0000
commit5c049c8be3ddc160082ba705b3df7c355adf81c0 (patch)
treef6aab8993a508a357d2a28d23b4d40b3a622af80
parentf645586f0ea84e893bd182033d9a9d2894c80a4e (diff)
downloademacs-5c049c8be3ddc160082ba705b3df7c355adf81c0.tar.gz
emacs-5c049c8be3ddc160082ba705b3df7c355adf81c0.zip
(gnus-mode-line-buffer-identification)[EMACS]: Use
`:ascent center'.
-rw-r--r--lisp/gnus/gnus.el4
1 files 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."
304 (setq gnus-mode-line-image-cache 304 (setq gnus-mode-line-image-cache
305 (find-image 305 (find-image
306 '((:type xpm :file "gnus-pointer.xpm" 306 '((:type xpm :file "gnus-pointer.xpm"
307 :ascent 80) 307 :ascent 'center)
308 (:type xbm :file "gnus-pointer.xbm" 308 (:type xbm :file "gnus-pointer.xbm"
309 :ascent 80)))) 309 :ascent 'center))))
310 gnus-mode-line-image-cache) 310 gnus-mode-line-image-cache)
311 'help-echo "This is Gnus") 311 'help-echo "This is Gnus")
312 str) 312 str)