Mercurial > emacs
changeset 32406:f95da738b2f4
(gnus-group-startup-message): Check for PBM image.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 12 Oct 2000 09:18:01 +0000 |
parents | fb79b2de00db |
children | ca7ec5a76115 |
files | lisp/gnus/gnus.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)