view etc/custom/folder.xpm @ 4393:f6c39b2d8b62

Make font-lock-{add,remove}-keywords actually work. 2008-01-14 Jerry James <james@xemacs.org> * font-lock.el (font-lock-add-keywords): Adapt to differences in Emacs and XEmacs compiled font-lock lists. * font-lock.el (font-lock-remove-keywords): Ditto. * font-lock.el (font-lock-set-defaults-1): Make changes specified by font-lock-keywords-alist and font-lock-removed-keywords-alist.
author Jerry James <james@xemacs.org>
date Mon, 14 Jan 2008 16:50:32 -0700
parents 5a88923fcbfe
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char *folder[] = {
/* width height num_colors chars_per_pixel */
"    17    17        4            1",
/* colors */
". c #000000",
"a c #a8b038",
"b c #f8f800",
"c s None c None",
/* pixels */
"ccccccccccccccccc",
"ccccccccccccccccc",
"ccccccccccccccccc",
"ccccccccccccccccc",
"cccccccccaaaaaacc",
"ccccccccaaaaaaacc",
"cc......a.a.a.aac",
"c.bbbbbbbbbbbbb.c",
".bbbbbbbbbbbbbb.c",
".bbbbbbbbbbbbbb.c",
".bbbbbbbbbbbbbb.c",
".bbbbbbbbbbbbbb.c",
".bbbbbbbbbbbbbb.c",
".bbbbbbbbbbbbbb.c",
".bbbbbbbbbbbbbb.c",
".bbbbbbbbbbbbbb.c",
"a..............ac"
};