Mercurial > hg > xemacs-beta
comparison src/glyphs-x.c @ 8:4b173ad71786 r19-15b5
Import from CVS: tag r19-15b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:35 +0200 |
parents | 27bc7f280385 |
children | 9ee227acff29 |
comparison
equal
deleted
inserted
replaced
7:c153ca296910 | 8:4b173ad71786 |
---|---|
3940 Qglobal, Qx, Qnil) | 3940 Qglobal, Qx, Qnil) |
3941 | 3941 |
3942 BUILD_GLYPH_INST (Vtruncation_glyph, truncator); | 3942 BUILD_GLYPH_INST (Vtruncation_glyph, truncator); |
3943 BUILD_GLYPH_INST (Vcontinuation_glyph, continuer); | 3943 BUILD_GLYPH_INST (Vcontinuation_glyph, continuer); |
3944 BUILD_GLYPH_INST (Vxemacs_logo, xemacs); | 3944 BUILD_GLYPH_INST (Vxemacs_logo, xemacs); |
3945 BUILD_GLYPH_INST (Vhscroll_glyph, hscroll); | |
3945 | 3946 |
3946 #undef BUILD_GLYPH_INST | 3947 #undef BUILD_GLYPH_INST |
3947 } | 3948 } |