view etc/images/sort-descending.xpm @ 83493:1bf2ca323037

Let the Emacs server recognize `inhibit-startup-echo-area-message'. (Reported by Han Boetes.) * lisp/startup.el (display-startup-echo-area-message): Handle `inhibit-startup-echo-area-message' here. (command-line-1): Moved from here. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-533
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 21 Mar 2006 22:32:30 +0000
parents ed7704221f2b
children 75b06a7624a1
line wrap: on
line source

/* XPM */
static char * stock_sort_descending_xpm[] = {
"24 23 7 1",
" 	c None",
".	c #000000",
"+	c #D1DECF",
"@	c #7DA377",
"#	c #314E6C",
"$	c #E4ECE3",
"%	c #B3C9AF",
"                        ",
"                        ",
"  ......                ",
"     ...                ",
"    ...                 ",
"   ...                  ",
"  ...                   ",
"  ......                ",
"          .             ",
"                        ",
"            .           ",
"                        ",
"    .         .         ",
"   .+.   .              ",
"  .+@@. ..       ####   ",
"   .@@@.$.      ##  ##  ",
"    .@@%@.      ##  ##  ",
"     .%@@.      ######  ",
"    .$@@@.      ##  ##  ",
"   .......      ##  ##  ",
"                        ",
"                        ",
"                        "};