(gnus-group-startup-message): Check for PBM image.

This commit is contained in:
Dave Love 2000-10-12 09:18:01 +00:00
parent 1cb4393ea7
commit 661dd38e34

View file

@ -775,6 +775,10 @@ be set in `.emacs' instead."
(display-graphic-p)
(let ((image (find-image
`((:type xpm :file "gnus.xpm")
(:type xpbm :file "gnus.pbm"
;; Account for the xbm's blackground.
:background ,(face-foreground 'gnus-splash-face)
:foreground ,(face-background 'default))
(:type xbm :file "gnus.xbm"
;; Account for the xbm's blackground.
:background ,(face-foreground 'gnus-splash-face)