view lisp/gnus/evil.xpm @ 57423:86a8c920a67b

(byte-optimize-backward-word): Optimize `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
author Andreas Schwab <schwab@suse.de>
date Sun, 10 Oct 2004 14:28:19 +0000
parents 55fd4f77387a
children
line wrap: on
line source

/* XPM */
static char * diabolic_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".++.+++++.++.",
".++..+++..++.",
".++...+...++.",
".+++++++++++.",
".+.+++++++.+.",
".++.+++++.++.",
".+++.+++.+++.",
".++++...++++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};