view lisp/sb-tag.xpm @ 60931:494d942e49fe

(python-close-block-statement-p) (python-outdent-p, python-current-defun): Use symbol-end.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 25 Mar 2005 14:36:08 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_tag_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #FFF993",
"#	c #828282",
"                    ",
"                    ",
"    ..............  ",
"   .++++++++++++++. ",
"  .+@@@@@@@@@@@@@@+#",
" .+@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@++@@@@@@@@@@@@@+#",
".+@++@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
" #+@@@@@@@@@@@@@@@+#",
"  #+@@@@@@@@@@@@@@+#",
"   #++++++++++++++# ",
"    ##############  ",
"                    "};