From 661dd38e3440908989666b7115bbcc5c421823d8 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 12 Oct 2000 09:18:01 +0000 Subject: [PATCH] (gnus-group-startup-message): Check for PBM image. --- lisp/gnus/gnus.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index b3078dca139..1841c24f768 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -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) -- 2.11.4.GIT