view etc/images/low-color/right-arrow.xpm @ 75637:3c400628967a

* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename from define-global-minor-mode. * progmodes/cwarn.el (global-cwarn-mode): * emacs-lisp/autoload.el (make-autoload): * hi-lock.el (global-hi-lock-mode): * font-core.el (global-font-lock-mode): All callers changed.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 03 Feb 2007 17:24:01 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * right_arrow2_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #87AF85",
"+	c #000100",
"@	c #BBBDBA",
"#	c #6B6B66",
"$	c #504D46",
"                        ",
"                        ",
"                        ",
"           +            ",
"           ++           ",
"           +.+          ",
"           +..+         ",
"    ++++++++@..+        ",
"    +@@@@@@@@@..+       ",
"    +@@..........+      ",
"    +..........@..+     ",
"    +.............$+    ",
"    +............$+     ",
"    +...........$+      ",
"    +.######...$+       ",
"    ++++++++#.$+        ",
"           +#$+         ",
"           +$+          ",
"           ++           ",
"           +            ",
"                        ",
"                        ",
"                        ",
"                        "};