view etc/images/smilies/grayscale/frown.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 * frown_xpm[] = {
"14 14 5 1",
" 	c None",
".	c #6E6E6E",
"+	c #484848",
"@	c #ABABAB",
"#	c #000000",
"              ",
"              ",
"   .+    +.   ",
"   @#    #@   ",
"    #+ @+#    ",
"    #+@@+#    ",
"              ",
"      @@      ",
"    .####.    ",
"   +#@  @#+   ",
"  @#@    @#@  ",
"   +      +   ",
"              ",
"              "};