From: Dave Love Date: Thu, 12 Oct 2000 09:18:01 +0000 (+0000) Subject: (gnus-group-startup-message): Check for PBM image. X-Git-Tag: emacs-pretest-21.0.90~946 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=661dd38e3440908989666b7115bbcc5c421823d8;p=emacs.git (gnus-group-startup-message): Check for PBM image. --- 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)