"Richard M. Stallman" <[EMAIL PROTECTED]> writes:

> I fixed this.  Thanks.

I'm assuming that your fix was this change:

2005-08-11  Richard M. Stallman  <[EMAIL PROTECTED]>

        * image.c (syms_of_image): Init image_types here, and call
        define_image_type.
        (init_image): Not here.

It introduces a bug: now 'pbm and 'xbm aren't valid image types anymore:

ELISP> (image-type-available-p 'pbm)
nil
ELISP> (image-type-available-p 'xbm)
nil
ELISP>

Note that these two types are always supported in Emacs and you moved
their initialization...

This causes problems in Gnus because it relies on pbm being supported to
display X-Faces.

-- 
Romain Francoise <[EMAIL PROTECTED]> | I've become someone else's
it's a miracle -- http://orebokech.com/ | nightmare...


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to