Mercurial > hg > xemacs-beta
comparison src/glyphs.c @ 84:ac0620f6398e r20-0b92
Import from CVS: tag r20-0b92
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:08:29 +0200 |
parents | 6a378aca36af |
children | 9f59509498e1 |
comparison
equal
deleted
inserted
replaced
83:ba3ba6e17456 | 84:ac0620f6398e |
---|---|
1732 | 1732 |
1733 newinst = call_with_suspended_errors | 1733 newinst = call_with_suspended_errors |
1734 ((lisp_fn_t) normalize_image_instantiator, | 1734 ((lisp_fn_t) normalize_image_instantiator, |
1735 Qnil, Qimage, ERROR_ME_NOT, 3, instantiator, contype, | 1735 Qnil, Qimage, ERROR_ME_NOT, 3, instantiator, contype, |
1736 make_int (XIMAGE_SPECIFIER_ALLOWED (specifier))); | 1736 make_int (XIMAGE_SPECIFIER_ALLOWED (specifier))); |
1737 | 1737 |
1738 if (!NILP (newinst)) | 1738 if (!NILP (newinst)) |
1739 { | 1739 { |
1740 Lisp_Object newtag; | 1740 Lisp_Object newtag; |
1741 if (NILP (memq_no_quit (contype, tag_set))) | 1741 if (NILP (memq_no_quit (contype, tag_set))) |
1742 newtag = Fcons (contype, tag_set); | 1742 newtag = Fcons (contype, tag_set); |