view etc/images/smilies/medium/dead.xpm @ 99899:2796739a5e4f

* calculator.el (calculator-op-or-exp): Reflow docstring. (calculator-remove-zeros, calculator-repR, calculator-repL): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 25 Nov 2008 00:30:47 +0000
parents a3c27999decb
children
line wrap: on
line source

/* XPM */
static char * dead_xpm[] = {
"16 16 9 1",
" 	c None",
".	c #000000",
"+	c #1D1900",
"@	c #887500",
"#	c #D3B600",
"$	c #FAD800",
"%	c #645600",
"&	c #FFDD00",
"*	c #8F7B00",
"     ......     ",
"   .+@#$$#@+.   ",
"  .%$&&&&&&$%.  ",
" .%*#&#*$#&#*%. ",
" +$#.#.##.#.#$+ ",
".@&&#.$&&$.#&&@.",
".#&#.#.$$.#.#&#.",
".$&*#&#*$#&#*&$.",
".$&.&&&&&&&&.&$.",
".#&#.&&&&&&.#&#.",
".@&&*.&&&&.*&&@.",
" +$&&*....*&&$+ ",
" .%&&&&&&&&&&%. ",
"  .%$&&&&&&$%.  ",
"   .+@#$$#@+.   ",
"     ......     "};