view etc/images/sort-row-ascending.xpm @ 73109:4a02fd618570

* simple.el (line-move-finish): Handle corner case for fields in continued lines. (line-move-1): Remove flawed test for that case.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 24 Sep 2006 21:58:12 +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",
"                     ",
"                     ",
"                     ",
"                     ",
"  ...         ....   ",
" . ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..        ..  ..  ",
"   ..         .....  ",
"   ..            ..  ",
"   ..        .   ..  ",
" ..... . . . .....   ",
"                     ",
"                     ",
"                     ",
"                     ",
"                     "};