view etc/images/smilies/medium/frown.xpm @ 108488:925f002ec4ab

* iimage.el: Misc cleanup. (iimage-mode-map): Move initialization into declaration. (iimage-mode-buffer): Use with-silent-modifications. Simplify calling convention. Adjust callers. (iimage-mode): Don't run hook redundantly.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 11 May 2010 14:51:27 -0400
parents a3c27999decb
children
line wrap: on
line source

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