# HG changeset patch # User Dave Love # Date 971342281 0 # Node ID f95da738b2f4245c9c1f954dbb6a94cebc92b927 # Parent fb79b2de00db25d2fee73b06f191c5bcb9482834 (gnus-group-startup-message): Check for PBM image. diff -r fb79b2de00db -r f95da738b2f4 lisp/gnus/gnus.el --- a/lisp/gnus/gnus.el Thu Oct 12 07:52:42 2000 +0000 +++ b/lisp/gnus/gnus.el Thu Oct 12 09:18:01 2000 +0000 @@ -775,6 +775,10 @@ (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)