view lisp/toolbar/up_arrow.xpm @ 42158:5df6b6e21575

(directory-free-space-program): New variable. (directory-free-space-args): New variable. (insert-directory): Use those two variables for getting free space. Use file-system-info instead, if that is defined. (font-lock-defaults): Add risky-local-variables prop. (hack-one-local-variable): Treat various font-lock variables as risky.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Dec 2001 19:35:09 +0000
parents 54d90c318dfd
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char * up_arrow_xpm[] = {
"24 24 9 1",
" 	c None",
".	c #020202",
"+	c #121A12",
"@	c #78A16E",
"#	c #86AD7D",
"$	c #B2C6AE",
"%	c #263222",
"&	c #E7EDE6",
"*	c #497241",
"                        ",
"                        ",
"                        ",
"                        ",
"           ..           ",
"           ..           ",
"          .$*.          ",
"          +&*.          ",
"         .&&@*.         ",
"         .&&@*.         ",
"        .&&&@@*.        ",
"        .&&&##*.        ",
"       .&&&&#@@*.       ",
"       .&&&&###*.       ",
"      .&&&&&##@@*.      ",
"      .&&&&&###@@.      ",
"     .$$$$$$@@@@**.     ",
"     ......%.......     ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};