view etc/images/custom/right-pushed.xpm @ 104402:5df6945a3eaa

Remove statement preventing it from being loaded twice. Remove statement preventing it from being byte-compiled if loaded. Remove `(load "cl-macs" nil t)' statement: the functions in cl-macs are autoloaded by cl.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 22 Aug 2009 14:33:55 +0000
parents b0ca8a5b94ae
children 87681b1f74ce
line wrap: on
line source

/* XPM */
static char * right_pushed_xpm[] = {
"8 8 4 1",
" 	c none",
".	c gray45",
"X	c gray90",
"O	c gray60",
"..      ",
"..O.    ",
"..OOO.  ",
"..OOOOOX",
"..OOOOXX",
"..OOXX  ",
"..XX    ",
"OO      "};