view etc/images/sort-row-ascending.xpm @ 79536:6cde1f3c5f31

(ido-save-history): Use emacs-mule coding system instead of utf-8 to save filenames (it's safer in Emacs 22). Set the `coding' local variable on the first line of the file.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Dec 2007 15:40:26 +0000
parents ed7704221f2b
children
line wrap: on
line source

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