* mime-edit.el (mime-edit-user-agent-value): Add `xemacs-extra-name'.
[elisp/semi.git] / mime-image.el
index 39806f9..1a584f8 100644 (file)
@@ -92,7 +92,8 @@
                     (list type (if data-p :data :file) file-or-data)
                     props)
                  file-or-data))))
-         (if (nothing-image-instance-p (glyph-image-instance glyph)) nil
+         (if (nothing-image-instance-p (ignore-errors
+                                         (glyph-image-instance glyph))) nil
            glyph)))
 
       (defun mime-image-insert (image &optional string area)