view etc/images/tree-widget/folder/empty.xpm @ 98617:85b9cc909366

(Buffers): Add xrefs to Mode Line and Lisp Interaction. (Select Buffer): Mention use of minibuffer history. Describe default value of default-major-mode. Mention that C-x 4 b selects the other window. (List Buffers): Document CRM indicators in the order they appear. (Kill Buffer): Document new command kill-matching buffers. (Several Buffers): Move explanation of the relationship between buffer list and buffer menu to the top. (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 11 Oct 2008 17:35:20 +0000
parents 92e774e6b3a8
children
line wrap: on
line source

/* XPM */
static char * empty_xpm[] = {
"16 22 10 1",
" 	c None",
".	c #424242",
"+	c #A5A5A5",
"@	c #9C9C9C",
"#	c #949494",
"$	c #8C8C8C",
"%	c #6B6B6B",
"&	c #737373",
"*	c #7B7B7B",
"=	c #848484",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
" ....           ",
".+++@.....      ",
".++@@@##$$.     ",
".+@..........   ",
".@.%%%&&&**==.  ",
".@.%%&&&**==.   ",
"..%%&&&**===.   ",
"..%&&&**===.    ",
".%&&&**===$.    ",
"...........     ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};