view etc/images/sort-row-ascending.xpm @ 109333:a13166a76062

* lisp/dired.el (dired-buffers-for-dir): Handle list values of dired-directory (Bug#6636).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 17 Jul 2010 17:25:32 -0400
parents ed7704221f2b
children
line wrap: on
line source

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