]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-group-startup-message): Check for PBM image.
authorDave Love <fx@gnu.org>
Thu, 12 Oct 2000 09:18:01 +0000 (09:18 +0000)
committerDave Love <fx@gnu.org>
Thu, 12 Oct 2000 09:18:01 +0000 (09:18 +0000)
lisp/gnus/gnus.el

index b3078dca13956c202b8e94779bea9df59b0e2bce..1841c24f76848339dd7e4972bc1160da341d1237 100644 (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)