+2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus.el (gnus-group-startup-message): Bind image-load-path.
+
2005-09-15 Romain Francoise <romain@orebokech.com>
* message.el (message-fill-paragraph): Clarify docstring.
(let* ((bg (face-background 'default))
(fg (face-foreground 'gnus-splash))
(data-directory (nnheader-find-etc-directory "images/gnus"))
+ (image-load-path (cond (data-directory
+ (list data-directory))
+ ((boundp 'image-load-path)
+ (symbol-value 'image-load-path))
+ (t load-path)))
(image (find-image
`((:type xpm :file "gnus.xpm"
:color-symbols