view etc/images/tree-widget/default/leaf.xpm @ 104978:a4c2188bd87d

* startup.el (tutorial-directory): Make it a defcustom. Use custom-initialize-delay rather than eval-at-startup to set it. * image.el (image-load-path): Make it a defcustom. Use custom-initialize-delay rather than eval-at-startup to set it. * subr.el (eval-at-startup): Remove. * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 12 Sep 2009 03:55:46 +0000
parents bb8d8690b377
children
line wrap: on
line source

/* XPM */
static char * leaf_xpm[] = {
"16 21 9 1",
" 	c None",
".	c #424242",
"+	c #737373",
"@	c #7B7B7B",
"#	c #848484",
"$	c #8C8C8C",
"%	c #949494",
"&	c #9C9C9C",
"*	c #A5A5A5",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"   .....        ",
"  .+@@##.       ",
" .+@@##$$.      ",
".+@@##$$%%.     ",
".@@##$$%%&.     ",
".@##$$%%&*.     ",
" .#$$%%&*.      ",
"  .$%%&*.       ",
"   .....        ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};