X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fgnus-ems.el;h=b4a2fe960c67b86d58d484a5708632f62e27e2f5;hb=ba2fe997b36918f5ed20351fe6871a9931f5eb09;hp=9c395dbf24a6a126a1b863714ef3339c3770506b;hpb=f4ed4908e88223a26d7f78577d77d7962622f4ff;p=gnus diff --git a/lisp/gnus-ems.el b/lisp/gnus-ems.el index 9c395dbf2..b4a2fe960 100644 --- a/lisp/gnus-ems.el +++ b/lisp/gnus-ems.el @@ -272,11 +272,12 @@ (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))) - (insert-image glyph (or string " ")) + (insert-image glyph (or string "*")) (put-text-property point (point) 'gnus-image-category category) (unless string (put-text-property (1- (point)) (point)