X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fgnus-ems.el;h=b4a2fe960c67b86d58d484a5708632f62e27e2f5;hb=0506f0c631412fc90e20eab2eb4e8ee4f2b5d607;hp=7bc59bf1b69efb7ef01cccbb2e55b19ecf15c8ae;hpb=50b02217d093d29b513cc1d54c3e730da68ce320;p=gnus diff --git a/lisp/gnus-ems.el b/lisp/gnus-ems.el index 7bc59bf1b..b4a2fe960 100644 --- a/lisp/gnus-ems.el +++ b/lisp/gnus-ems.el @@ -272,7 +272,8 @@ (when face (setq props (plist-put props :foreground (face-foreground face))) (setq props (plist-put props :background (face-background face)))) - (apply 'create-image file type data-p props))) + (ignore-errors + (apply 'create-image file type data-p props)))) (defun gnus-put-image (glyph &optional string category) (let ((point (point)))