view etc/images/sort-column-ascending.xpm @ 111834:6951f234b0c3

* lisp/ansi-color.el (ansi-color-unfontify-region): Replace by trivial def. (ansi-color-filter-apply): Simplify. (ansi-color-apply): Use `font-lock-face' rather than `face'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Dec 2010 11:51:37 -0500
parents ed7704221f2b
children
line wrap: on
line source

/* XPM */
static char * stock_sort_column_ascending_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"    ...                 ",
"   . ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"   .....   .            ",
"                        ",
"           .            ",
"                        ",
"           .            ",
"    ....                ",
"   ..  ..               ",
"   ..  ..               ",
"   ..  ..               ",
"    .....               ",
"       ..               ",
"   .  ...               ",
"   .....                ",
"                        ",
"                        "};