view lisp/toolbar/gud-s.xpm @ 57165:996392344f62

(enable-local-eval): Doc fix. (hack-local-variables): Copy the variables list to another buffer, strip prefixes and suffixes there, then read. (enable-local-eval): Doc fix. (ignored-local-variables): Initialize to nil. (risky-local-variable-p): Don't check ignored-local-variables here. (hack-one-local-variable): Ignore var if in ignored-local-variables.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Sep 2004 16:12:57 +0000
parents 01eff098e535
children f7114bba1fd4
line wrap: on
line source

/* XPM */
static char * step_xpm[] = {
"24 24 6 1",
" 	c #c0c0c0",
".	c #d40000",
"X	c #616161",
"o	c #2a1f55",
"O	c #adadad",
"+	c #cc9999",
"                        ",
"                        ",
"                        ",
"                        ",
"      .....             ",
"     .     .            ",
"    .       .           ",
"    .  Xo   .   oX      ",
"    . XoO   .   OoX     ",
"    . oo  .+.+.  oo     ",
"      oo  +...+  oo     ",
"      oo   ...   oo     ",
"      oX   +.+   Xo     ",
"     oo     .     oo    ",
"      oX         Xo     ",
"      oo         oo     ",
"      oo         oo     ",
"      oo         oo     ",
"      XoO       OoX     ",
"       Xo       oX      ",
"                        ",
"                        ",
"                        ",
"                        "};