(gnus-group-startup-message): Check for PBM image.
This commit is contained in:
parent
1cb4393ea7
commit
661dd38e34
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue