From 00558b127a95484a7b7c9e2973df4d938aadc551 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 12 Oct 2000 09:19:23 +0000 Subject: [PATCH] fix last --- lisp/gnus/gnus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 1841c24f768..30c816e03de 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -775,8 +775,8 @@ 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. + (:type pbm :file "gnus.pbm" + ;; Account for the pbm's blackground. :background ,(face-foreground 'gnus-splash-face) :foreground ,(face-background 'default)) (:type xbm :file "gnus.xbm" -- 2.39.2